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

  /external/tensorflow/tensorflow/contrib/saved_model/python/saved_model/
reader.py 44 path_to_pbtxt = os.path.join(
53 if not file_io.file_exists(path_to_pbtxt) and not file_io.file_exists(
66 elif file_io.file_exists(path_to_pbtxt):
68 file_content = file_io.FileIO(path_to_pbtxt, "rb").read()
72 raise IOError("Cannot parse file %s: %s." % (path_to_pbtxt, str(e)))
  /external/tensorflow/tensorflow/python/saved_model/
loader_impl.py 51 path_to_pbtxt = os.path.join(
68 elif file_io.file_exists(path_to_pbtxt):
70 file_content = file_io.FileIO(path_to_pbtxt, "rb").read()
74 raise IOError("Cannot parse file %s: %s." % (path_to_pbtxt, str(e)))
saved_model_test.py 154 path_to_pbtxt = os.path.join(export_dir,
156 with open(path_to_pbtxt, "w") as f:
    [all...]

Completed in 168 milliseconds