Searched refs:graph_def_path (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/core/grappler/inputs/ |
D | utils.cc | 38 Status ReadGraphDefFromFile(const string& graph_def_path, GraphDef* result) { in ReadGraphDefFromFile() argument 40 if (!ReadBinaryProto(Env::Default(), graph_def_path, result).ok()) { in ReadGraphDefFromFile() 41 return ReadTextProto(Env::Default(), graph_def_path, result); in ReadGraphDefFromFile() 46 Status ReadMetaGraphDefFromFile(const string& graph_def_path, in ReadMetaGraphDefFromFile() argument 49 if (!ReadBinaryProto(Env::Default(), graph_def_path, result).ok()) { in ReadMetaGraphDefFromFile() 50 return ReadTextProto(Env::Default(), graph_def_path, result); in ReadMetaGraphDefFromFile()
|
D | utils.h | 37 Status ReadGraphDefFromFile(const string& graph_def_path, GraphDef* result);
|
/external/tensorflow/tensorflow/compiler/jit/tests/ |
D | auto_clustering_test_helper.h | 65 Status BenchmarkMarkForCompilation(absl::string_view graph_def_path,
|
D | auto_clustering_test_helper.cc | 205 Status BenchmarkMarkForCompilation(absl::string_view graph_def_path, in BenchmarkMarkForCompilation() argument 209 ReadTextProto(Env::Default(), string(graph_def_path), &graph_def)); in BenchmarkMarkForCompilation()
|
/external/tensorflow/tensorflow/core/kernels/hexagon/ |
D | graph_transferer.h | 71 const string& graph_def_path,
|
D | graph_transferer.cc | 200 const string& graph_def_path, in LoadGraphFromProtoFile() argument 208 VLOG(1) << "Parse file " << graph_def_path; in LoadGraphFromProtoFile() 210 status = ReadFileToString(Env::Default(), graph_def_path, &output); in LoadGraphFromProtoFile() 215 status = ReadBinaryProto(Env::Default(), graph_def_path, &graph_def); in LoadGraphFromProtoFile()
|