Home
last modified time | relevance | path

Searched refs:remove_undocumented (Results 1 – 25 of 111) sorted by relevance

12345

/external/tensorflow/tensorflow/contrib/framework/
D__init__.py125 from tensorflow.python.util.all_util import remove_undocumented
150 remove_undocumented(nest.__name__, allowed_exception_list=_nest_allowed_symbols)
151 remove_undocumented(__name__, allowed_exception_list=_allowed_symbols)
/external/tensorflow/tensorflow/contrib/decision_trees/
D__init__.py24 from tensorflow.python.util.all_util import remove_undocumented
27 remove_undocumented(__name__)
/external/tensorflow/tensorflow/contrib/lookup/
D__init__.py51 from tensorflow.python.util.all_util import remove_undocumented
52 remove_undocumented(__name__)
/external/tensorflow/tensorflow/contrib/framework/python/ops/
Daudio_ops.py34 from tensorflow.python.util.all_util import remove_undocumented
36 remove_undocumented(__name__, [])
/external/tensorflow/tensorflow/contrib/text/
D__init__.py28 from tensorflow.python.util.all_util import remove_undocumented
30 remove_undocumented(__name__)
/external/tensorflow/tensorflow/contrib/fused_conv/
D__init__.py23 from tensorflow.python.util.all_util import remove_undocumented
25 remove_undocumented(__name__, ['fused_conv2d_bias_activation'])
/external/tensorflow/tensorflow/contrib/coder/
D__init__.py25 from tensorflow.python.util.all_util import remove_undocumented
26 remove_undocumented(__name__)
/external/tensorflow/tensorflow/contrib/integrate/
D__init__.py32 from tensorflow.python.util.all_util import remove_undocumented
35 remove_undocumented(__name__)
/external/tensorflow/tensorflow/contrib/resampler/
D__init__.py24 from tensorflow.python.util.all_util import remove_undocumented
26 remove_undocumented(__name__, ["resampler"])
/external/tensorflow/tensorflow/contrib/hooks/
D__init__.py28 from tensorflow.python.util.all_util import remove_undocumented
32 remove_undocumented(__name__, _allowed_symbols)
/external/tensorflow/tensorflow/contrib/cudnn_rnn/
D__init__.py42 from tensorflow.python.util.all_util import remove_undocumented
61 remove_undocumented(__name__, _allowed_symbols)
/external/tensorflow/tensorflow/contrib/batching/
D__init__.py26 from tensorflow.python.util.all_util import remove_undocumented
27 remove_undocumented(__name__)
/external/tensorflow/tensorflow/contrib/quantize/
D__init__.py25 from tensorflow.python.util.all_util import remove_undocumented
34 remove_undocumented(__name__, _allowed_symbols)
/external/tensorflow/tensorflow/contrib/timeseries/
D__init__.py43 from tensorflow.python.util.all_util import remove_undocumented
45 remove_undocumented(module_name=__name__,
/external/tensorflow/tensorflow/contrib/layers/
D__init__.py119 from tensorflow.python.util.all_util import remove_undocumented
138 remove_undocumented(__name__, _allowed_symbols)
/external/tensorflow/tensorflow/contrib/meta_graph_transform/
D__init__.py23 from tensorflow.python.util.all_util import remove_undocumented
28 remove_undocumented(__name__, allowed_exception_list=_allowed_symbols)
/external/tensorflow/tensorflow/contrib/input_pipeline/
D__init__.py25 from tensorflow.python.util.all_util import remove_undocumented
26 remove_undocumented(__name__)
/external/tensorflow/tensorflow/contrib/eager/python/
Dmetrics.py23 from tensorflow.python.util.all_util import remove_undocumented
27 remove_undocumented(__name__, _allowed_symbols)
/external/tensorflow/tensorflow/contrib/cluster_resolver/python/training/
Dslurm_cluster_resolver.py29 from tensorflow.python.util.all_util import remove_undocumented
35 remove_undocumented(__name__, _allowed_symbols)
Dtpu_cluster_resolver.py29 from tensorflow.python.util.all_util import remove_undocumented
35 remove_undocumented(__name__, _allowed_symbols)
/external/tensorflow/tensorflow/contrib/hadoop/
D__init__.py26 from tensorflow.python.util.all_util import remove_undocumented
32 remove_undocumented(__name__)
/external/tensorflow/tensorflow/contrib/losses/python/metric_learning/
D__init__.py27 from tensorflow.python.util.all_util import remove_undocumented
37 remove_undocumented(__name__, _allowed_symbols)
/external/tensorflow/tensorflow/contrib/bayesflow/python/ops/
Dmonte_carlo.py28 from tensorflow.python.util.all_util import remove_undocumented
36 remove_undocumented(__name__, _allowed_symbols)
/external/tensorflow/tensorflow/contrib/learn/python/learn/
Dlearn_runner_lib.py30 from tensorflow.python.util.all_util import remove_undocumented
34 remove_undocumented(__name__, _allowed_symbols)
/external/tensorflow/tensorflow/contrib/bayesflow/
D__init__.py29 from tensorflow.python.util.all_util import remove_undocumented
36 remove_undocumented(__name__, _allowed_symbols)

12345