HomeSort by relevance Sort by last modified time
    Searched refs:gfile (Results 101 - 117 of 117) sorted by null

1 2 3 45

  /external/tensorflow/tensorflow/python/
__init__.py 125 from tensorflow.python.platform import gfile
  /external/tensorflow/tensorflow/contrib/distribute/python/
strategy_test_lib.py 47 from tensorflow.python.platform import gfile
100 test_case.assertTrue(gfile.Exists(logdir))
101 files = gfile.ListDirectory(logdir)
  /external/tensorflow/tensorflow/python/data/experimental/ops/
readers.py 43 from tensorflow.python.platform import gfile
238 See `tf.gfile.Glob` for pattern rules.
343 records. See `tf.gfile.Glob` for pattern rules.
771 `Example` records. See `tf.gfile.Glob` for pattern rules.
    [all...]
  /external/tensorflow/tensorflow/python/summary/writer/
writer_test.py 40 from tensorflow.python.platform import gfile
453 with gfile.Open(os.path.join(plugin_dir, "foo.txt"), "r") as f:
457 with gfile.Open(os.path.join(plugin_dir, "bar.txt"), "r") as f:
  /external/tensorflow/tensorflow/python/debug/cli/
debugger_cli_common_test.py 29 from tensorflow.python.platform import gfile
259 with gfile.Open(file_path, "r") as f:
263 gfile.Remove(file_path)
    [all...]
curses_ui_test.py 33 from tensorflow.python.platform import gfile
    [all...]
debugger_cli_common.py 31 from tensorflow.python.platform import gfile
374 with gfile.Open(file_path, "w") as f:
    [all...]
  /external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
estimator.py 69 from tensorflow.python.platform import gfile
    [all...]
  /external/tensorflow/tensorflow/contrib/boosted_trees/estimator_batch/
estimator_test.py 36 from tensorflow.python.platform import gfile
138 gfile.MkDir(self._export_dir_base)
  /external/tensorflow/tensorflow/python/training/
basic_session_run_hooks.py 37 from tensorflow.python.platform import gfile
    [all...]
saver.py 49 from tensorflow.python.platform import gfile
    [all...]
supervisor_test.py 43 from tensorflow.python.platform import gfile
91 if len(gfile.Glob(pattern)) >= 1:
    [all...]
basic_session_run_hooks_test.py 44 from tensorflow.python.platform import gfile
    [all...]
  /external/tensorflow/tensorflow/python/framework/
meta_graph_test.py 47 from tensorflow.python.platform import gfile
57 gfile.MakeDirs(test_dir)
    [all...]
  /external/tensorflow/tensorflow/python/feature_column/
feature_column.py 164 from tensorflow.python.platform import gfile
    [all...]
feature_column_v2.py 163 from tensorflow.python.platform import gfile
    [all...]
  /external/tensorflow/tensorflow/lite/python/
lite_test.py 38 from tensorflow.python.platform import gfile
758 with gfile.Open(graph_def_file, 'wb') as temp_file:
    [all...]

Completed in 894 milliseconds

1 2 3 45