HomeSort by relevance Sort by last modified time
    Searched refs:read_file_to_string (Results 1 - 9 of 9) sorted by null

  /external/tensorflow/tensorflow/tools/api/tests/
api_compatibility_test.py 99 self._update_golden_warning = file_io.read_file_to_string(
105 self._test_readme_message = file_io.read_file_to_string(
216 text_format.Merge(file_io.read_file_to_string(filename), ret_val)
  /external/tensorflow/tensorflow/contrib/session_bundle/
session_bundle.py 90 file_io.read_file_to_string(meta_graph_filename, binary_mode=True))
  /external/tensorflow/tensorflow/python/lib/io/
file_io_test.py 47 _ = file_io.read_file_to_string(file_path)
53 file_contents = file_io.read_file_to_string(file_path)
60 file_contents = file_io.read_file_to_string(file_path)
68 file_contents = file_io.read_file_to_string(file_path)
72 file_contents = file_io.read_file_to_string(file_path)
113 file_contents = file_io.read_file_to_string(file_path)
file_io.py 276 def read_file_to_string(filename, binary_mode=False): function
  /external/tensorflow/tensorflow/python/saved_model/
saved_model_test.py 91 actual_asset_contents = file_io.read_file_to_string(assets_path)
    [all...]
  /external/tensorflow/tensorflow/python/training/
saver.py     [all...]
saver_test.py     [all...]
  /external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
estimator_test.py 713 checkpoint_file_content = file_io.read_file_to_string(
    [all...]
  /external/tensorflow/tensorflow/python/estimator/
estimator_test.py 676 checkpoint_file_content = file_io.read_file_to_string(
    [all...]

Completed in 249 milliseconds