HomeSort by relevance Sort by last modified time
    Searched refs:remove_undocumented (Results 51 - 75 of 153) sorted by null

1 23 4 5 6 7

  /external/tensorflow/tensorflow/contrib/resampler/
__init__.py 24 from tensorflow.python.util.all_util import remove_undocumented
26 remove_undocumented(__name__, ["resampler"])
  /external/tensorflow/tensorflow/contrib/stateless/
__init__.py 38 from tensorflow.python.util.all_util import remove_undocumented
44 remove_undocumented(__name__)
  /external/tensorflow/tensorflow/python/ops/
sdca_ops.py 34 from tensorflow.python.util.all_util import remove_undocumented
41 remove_undocumented(__name__)
  /external/tensorflow/tensorflow/contrib/bayesflow/python/ops/
optimizers.py 29 from tensorflow.python.util.all_util import remove_undocumented
36 remove_undocumented(__name__, _allowed_symbols)
layers.py 30 from tensorflow.python.util.all_util import remove_undocumented
67 remove_undocumented(__name__, _allowed_symbols)
  /external/tensorflow/tensorflow/contrib/gan/python/eval/python/
classifier_metrics.py 25 from tensorflow.python.util.all_util import remove_undocumented
28 remove_undocumented(__name__, __all__)
eval_utils.py 25 from tensorflow.python.util.all_util import remove_undocumented
28 remove_undocumented(__name__, __all__)
sliced_wasserstein.py 25 from tensorflow.python.util.all_util import remove_undocumented
28 remove_undocumented(__name__, __all__)
summaries.py 25 from tensorflow.python.util.all_util import remove_undocumented
28 remove_undocumented(__name__, __all__)
  /external/tensorflow/tensorflow/contrib/learn/
__init__.py 97 from tensorflow.python.util.all_util import remove_undocumented
103 remove_undocumented(__name__, _allowed_symbols)
  /external/tensorflow/tensorflow/contrib/losses/
__init__.py 29 from tensorflow.python.util.all_util import remove_undocumented
48 remove_undocumented(__name__, _allowed_symbols)
  /external/tensorflow/tensorflow/contrib/sparsemax/
__init__.py 31 from tensorflow.python.util.all_util import remove_undocumented
35 remove_undocumented(__name__, _allowed_symbols)
  /external/tensorflow/tensorflow/contrib/stat_summarizer/
__init__.py 29 from tensorflow.python.util.all_util import remove_undocumented
34 remove_undocumented(__name__, _allowed_symbols)
  /external/tensorflow/tensorflow/python/estimator/inputs/
inputs.py 25 from tensorflow.python.util.all_util import remove_undocumented
33 remove_undocumented(__name__, allowed_exception_list=_allowed_symbols)
  /external/tensorflow/tensorflow/python/framework/
errors.py 28 from tensorflow.python.util.all_util import remove_undocumented
74 remove_undocumented(__name__, _allowed_symbols)
  /external/tensorflow/tensorflow/python/ops/distributions/
bijectors.py 27 from tensorflow.python.util.all_util import remove_undocumented
31 remove_undocumented(__name__, _allowed_symbols)
  /external/tensorflow/tensorflow/python/saved_model/
main_op.py 29 from tensorflow.python.util.all_util import remove_undocumented
35 remove_undocumented(__name__, _allowed_symbols)
utils.py 27 from tensorflow.python.util.all_util import remove_undocumented
30 remove_undocumented(__name__, _allowed_symbols)
  /external/tensorflow/tensorflow/contrib/ffmpeg/
__init__.py 33 from tensorflow.python.util.all_util import remove_undocumented
36 remove_undocumented(__name__, _allowed_symbols)
  /external/tensorflow/tensorflow/contrib/gan/python/estimator/python/
gan_estimator.py 25 from tensorflow.python.util.all_util import remove_undocumented
28 remove_undocumented(__name__, __all__)
head.py 25 from tensorflow.python.util.all_util import remove_undocumented
28 remove_undocumented(__name__, __all__)
  /external/tensorflow/tensorflow/contrib/gan/python/features/python/
clip_weights.py 25 from tensorflow.python.util.all_util import remove_undocumented
28 remove_undocumented(__name__, __all__)
conditioning_utils.py 25 from tensorflow.python.util.all_util import remove_undocumented
28 remove_undocumented(__name__, __all__)
random_tensor_pool.py 32 from tensorflow.python.util.all_util import remove_undocumented
35 remove_undocumented(__name__, __all__)
virtual_batchnorm.py 24 from tensorflow.python.util.all_util import remove_undocumented
27 remove_undocumented(__name__, __all__)

Completed in 340 milliseconds

1 23 4 5 6 7