Searched refs:remove_undocumented (Results 1 – 25 of 111) sorted by relevance
12345
/external/tensorflow/tensorflow/contrib/framework/ |
D | __init__.py | 125 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__.py | 24 from tensorflow.python.util.all_util import remove_undocumented 27 remove_undocumented(__name__)
|
/external/tensorflow/tensorflow/contrib/lookup/ |
D | __init__.py | 51 from tensorflow.python.util.all_util import remove_undocumented 52 remove_undocumented(__name__)
|
/external/tensorflow/tensorflow/contrib/framework/python/ops/ |
D | audio_ops.py | 34 from tensorflow.python.util.all_util import remove_undocumented 36 remove_undocumented(__name__, [])
|
/external/tensorflow/tensorflow/contrib/text/ |
D | __init__.py | 28 from tensorflow.python.util.all_util import remove_undocumented 30 remove_undocumented(__name__)
|
/external/tensorflow/tensorflow/contrib/fused_conv/ |
D | __init__.py | 23 from tensorflow.python.util.all_util import remove_undocumented 25 remove_undocumented(__name__, ['fused_conv2d_bias_activation'])
|
/external/tensorflow/tensorflow/contrib/coder/ |
D | __init__.py | 25 from tensorflow.python.util.all_util import remove_undocumented 26 remove_undocumented(__name__)
|
/external/tensorflow/tensorflow/contrib/integrate/ |
D | __init__.py | 32 from tensorflow.python.util.all_util import remove_undocumented 35 remove_undocumented(__name__)
|
/external/tensorflow/tensorflow/contrib/resampler/ |
D | __init__.py | 24 from tensorflow.python.util.all_util import remove_undocumented 26 remove_undocumented(__name__, ["resampler"])
|
/external/tensorflow/tensorflow/contrib/hooks/ |
D | __init__.py | 28 from tensorflow.python.util.all_util import remove_undocumented 32 remove_undocumented(__name__, _allowed_symbols)
|
/external/tensorflow/tensorflow/contrib/cudnn_rnn/ |
D | __init__.py | 42 from tensorflow.python.util.all_util import remove_undocumented 61 remove_undocumented(__name__, _allowed_symbols)
|
/external/tensorflow/tensorflow/contrib/batching/ |
D | __init__.py | 26 from tensorflow.python.util.all_util import remove_undocumented 27 remove_undocumented(__name__)
|
/external/tensorflow/tensorflow/contrib/quantize/ |
D | __init__.py | 25 from tensorflow.python.util.all_util import remove_undocumented 34 remove_undocumented(__name__, _allowed_symbols)
|
/external/tensorflow/tensorflow/contrib/timeseries/ |
D | __init__.py | 43 from tensorflow.python.util.all_util import remove_undocumented 45 remove_undocumented(module_name=__name__,
|
/external/tensorflow/tensorflow/contrib/layers/ |
D | __init__.py | 119 from tensorflow.python.util.all_util import remove_undocumented 138 remove_undocumented(__name__, _allowed_symbols)
|
/external/tensorflow/tensorflow/contrib/meta_graph_transform/ |
D | __init__.py | 23 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__.py | 25 from tensorflow.python.util.all_util import remove_undocumented 26 remove_undocumented(__name__)
|
/external/tensorflow/tensorflow/contrib/eager/python/ |
D | metrics.py | 23 from tensorflow.python.util.all_util import remove_undocumented 27 remove_undocumented(__name__, _allowed_symbols)
|
/external/tensorflow/tensorflow/contrib/cluster_resolver/python/training/ |
D | slurm_cluster_resolver.py | 29 from tensorflow.python.util.all_util import remove_undocumented 35 remove_undocumented(__name__, _allowed_symbols)
|
D | tpu_cluster_resolver.py | 29 from tensorflow.python.util.all_util import remove_undocumented 35 remove_undocumented(__name__, _allowed_symbols)
|
/external/tensorflow/tensorflow/contrib/hadoop/ |
D | __init__.py | 26 from tensorflow.python.util.all_util import remove_undocumented 32 remove_undocumented(__name__)
|
/external/tensorflow/tensorflow/contrib/losses/python/metric_learning/ |
D | __init__.py | 27 from tensorflow.python.util.all_util import remove_undocumented 37 remove_undocumented(__name__, _allowed_symbols)
|
/external/tensorflow/tensorflow/contrib/bayesflow/python/ops/ |
D | monte_carlo.py | 28 from tensorflow.python.util.all_util import remove_undocumented 36 remove_undocumented(__name__, _allowed_symbols)
|
/external/tensorflow/tensorflow/contrib/learn/python/learn/ |
D | learn_runner_lib.py | 30 from tensorflow.python.util.all_util import remove_undocumented 34 remove_undocumented(__name__, _allowed_symbols)
|
/external/tensorflow/tensorflow/contrib/bayesflow/ |
D | __init__.py | 29 from tensorflow.python.util.all_util import remove_undocumented 36 remove_undocumented(__name__, _allowed_symbols)
|
12345