Searched refs:ReadTextProto (Results 1 – 16 of 16) sorted by relevance
/external/tensorflow/tensorflow/core/grappler/inputs/ |
D | utils.cc | 41 return ReadTextProto(Env::Default(), graph_def_path, result); in ReadGraphDefFromFile() 50 return ReadTextProto(Env::Default(), graph_def_path, result); in ReadMetaGraphDefFromFile()
|
D | file_input_yielder.cc | 76 s = ReadTextProto(Env::Default(), filename, &metagraph); in NextItem()
|
/external/tensorflow/tensorflow/core/data/service/ |
D | test_util.cc | 46 TF_RETURN_IF_ERROR(ReadTextProto(Env::Default(), filepath, &graph_def)); in map_test_case()
|
/external/tensorflow/tensorflow/compiler/jit/tests/ |
D | auto_clustering_test_helper.cc | 170 ReadTextProto(Env::Default(), string(pbtxt_file_path), &graphdef)); in RunAutoClusteringTestWithPbtxt() 209 ReadTextProto(Env::Default(), string(graph_def_path), &graph_def)); in BenchmarkMarkForCompilation()
|
/external/tensorflow/tensorflow/compiler/xla/tools/ |
D | convert_computation.cc | 39 TF_CHECK_OK(tensorflow::ReadTextProto(env, path, &module)); in RealMain()
|
/external/tensorflow/tensorflow/tools/optimization/ |
D | gpu_optimization_pass_runner_main.cc | 61 ReadTextProto(Env::Default(), input_file_path, &graphdef_input)); in RealMain()
|
/external/tensorflow/tensorflow/core/util/ |
D | dump_graph_test.cc | 41 TF_ASSERT_OK(ReadTextProto( in TEST()
|
/external/tensorflow/tensorflow/core/grappler/graph_analyzer/ |
D | graph_analyzer_tool.cc | 37 st = ReadTextProto(Env::Default(), filename, metagraph); in LoadModel()
|
/external/tensorflow/tensorflow/cc/saved_model/ |
D | reader.cc | 43 return ReadTextProto(Env::Default(), saved_model_pbtxt_path, in ReadSavedModel()
|
D | bundle_v2.cc | 43 return ReadTextProto(Env::Default(), saved_model_pbtxt_path, in ReadSavedModelProto()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_runner_interface.cc | 59 tensorflow::ReadTextProto(tensorflow::Env::Default(), filename, &proto)); in ReadModuleFromTextProtoFile()
|
/external/tensorflow/tensorflow/core/platform/ |
D | env.h | 612 inline Status ReadTextProto(Env* /* env */, const std::string& /* fname */, in ReadTextProto() function 616 Status ReadTextProto(Env* env, const std::string& fname,
|
D | env.cc | 566 Status ReadTextProto(Env* env, const string& fname, protobuf::Message* proto) { in ReadTextProto() function 580 if (ReadTextProto(env, fname, proto).ok()) { in ReadTextOrBinaryProto()
|
D | env_test.cc | 145 TF_EXPECT_OK(ReadTextProto(env_, filename, &result)); in TEST_F()
|
/external/tensorflow/tensorflow/compiler/aot/ |
D | compile.cc | 156 return ReadTextProto(Env::Default(), fname, proto); in ReadProtoFile()
|
/external/tensorflow/tensorflow/tools/benchmark/ |
D | benchmark_model.cc | 267 s = ReadTextProto(Env::Default(), graph, graph_def->get()); in InitializeSession()
|