Searched refs:remove_undocumented (Results 1 – 25 of 155) sorted by relevance
1234567
/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/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/text/ |
D | __init__.py | 28 from tensorflow.python.util.all_util import remove_undocumented 30 remove_undocumented(__name__)
|
/external/tensorflow/tensorflow/python/ops/ |
D | sets.py | 32 from tensorflow.python.util.all_util import remove_undocumented 35 remove_undocumented(__name__, _allowed_symbols)
|
D | metrics.py | 62 from tensorflow.python.util.all_util import remove_undocumented 65 remove_undocumented(__name__, _allowed_symbols)
|
D | rnn_cell.py | 47 from tensorflow.python.util.all_util import remove_undocumented 51 remove_undocumented(__name__, _allowed_symbols)
|
/external/tensorflow/tensorflow/python/training/ |
D | queue_runner.py | 25 from tensorflow.python.util.all_util import remove_undocumented 34 remove_undocumented(__name__, _allowed_symbols)
|
/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 | 29 from tensorflow.python.util.all_util import remove_undocumented 32 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/python/feature_column/ |
D | feature_column_lib.py | 24 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__.py | 23 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__.py | 26 from tensorflow.python.util.all_util import remove_undocumented 30 remove_undocumented(__name__, _allowed_symbols)
|
/external/tensorflow/tensorflow/contrib/cudnn_rnn/ |
D | __init__.py | 38 from tensorflow.python.util.all_util import remove_undocumented 53 remove_undocumented(__name__, _allowed_symbols)
|
/external/tensorflow/tensorflow/contrib/timeseries/ |
D | __init__.py | 40 from tensorflow.python.util.all_util import remove_undocumented 42 remove_undocumented(module_name=__name__,
|
/external/tensorflow/tensorflow/contrib/batching/ |
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 26 remove_undocumented(__name__, _allowed_symbols)
|
/external/tensorflow/tensorflow/python/saved_model/ |
D | builder.py | 29 from tensorflow.python.util.all_util import remove_undocumented 35 remove_undocumented(__name__, _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/python/lib/io/ |
D | python_io.py | 34 from tensorflow.python.util.all_util import remove_undocumented 38 remove_undocumented(__name__, _allowed_symbols)
|
/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/quantize/ |
D | __init__.py | 25 from tensorflow.python.util.all_util import remove_undocumented 34 remove_undocumented(__name__, _allowed_symbols)
|
/external/tensorflow/tensorflow/contrib/layers/ |
D | __init__.py | 118 from tensorflow.python.util.all_util import remove_undocumented 135 remove_undocumented(__name__, _allowed_symbols)
|
1234567