Home
last modified time | relevance | path

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

1234567

/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/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/text/
D__init__.py28 from tensorflow.python.util.all_util import remove_undocumented
30 remove_undocumented(__name__)
/external/tensorflow/tensorflow/python/ops/
Dsets.py32 from tensorflow.python.util.all_util import remove_undocumented
35 remove_undocumented(__name__, _allowed_symbols)
Dmetrics.py62 from tensorflow.python.util.all_util import remove_undocumented
65 remove_undocumented(__name__, _allowed_symbols)
Drnn_cell.py47 from tensorflow.python.util.all_util import remove_undocumented
51 remove_undocumented(__name__, _allowed_symbols)
/external/tensorflow/tensorflow/python/training/
Dqueue_runner.py25 from tensorflow.python.util.all_util import remove_undocumented
34 remove_undocumented(__name__, _allowed_symbols)
/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__.py29 from tensorflow.python.util.all_util import remove_undocumented
32 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/python/feature_column/
Dfeature_column_lib.py24 from tensorflow.python.util.all_util import remove_undocumented
44 remove_undocumented(__name__, allowed_exception_list=_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/tpu/python/profiler/
D__init__.py26 from tensorflow.python.util.all_util import remove_undocumented
30 remove_undocumented(__name__, _allowed_symbols)
/external/tensorflow/tensorflow/contrib/cudnn_rnn/
D__init__.py38 from tensorflow.python.util.all_util import remove_undocumented
53 remove_undocumented(__name__, _allowed_symbols)
/external/tensorflow/tensorflow/contrib/timeseries/
D__init__.py40 from tensorflow.python.util.all_util import remove_undocumented
42 remove_undocumented(module_name=__name__,
/external/tensorflow/tensorflow/contrib/batching/
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
26 remove_undocumented(__name__, _allowed_symbols)
/external/tensorflow/tensorflow/python/saved_model/
Dbuilder.py29 from tensorflow.python.util.all_util import remove_undocumented
35 remove_undocumented(__name__, _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/python/lib/io/
Dpython_io.py34 from tensorflow.python.util.all_util import remove_undocumented
38 remove_undocumented(__name__, _allowed_symbols)
/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/quantize/
D__init__.py25 from tensorflow.python.util.all_util import remove_undocumented
34 remove_undocumented(__name__, _allowed_symbols)
/external/tensorflow/tensorflow/contrib/layers/
D__init__.py118 from tensorflow.python.util.all_util import remove_undocumented
135 remove_undocumented(__name__, _allowed_symbols)

1234567