Home
last modified time | relevance | path

Searched refs:ReadTextProto (Results 1 – 16 of 16) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/inputs/
Dutils.cc41 return ReadTextProto(Env::Default(), graph_def_path, result); in ReadGraphDefFromFile()
50 return ReadTextProto(Env::Default(), graph_def_path, result); in ReadMetaGraphDefFromFile()
Dfile_input_yielder.cc76 s = ReadTextProto(Env::Default(), filename, &metagraph); in NextItem()
/external/tensorflow/tensorflow/core/data/service/
Dtest_util.cc46 TF_RETURN_IF_ERROR(ReadTextProto(Env::Default(), filepath, &graph_def)); in map_test_case()
/external/tensorflow/tensorflow/compiler/jit/tests/
Dauto_clustering_test_helper.cc170 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/
Dconvert_computation.cc39 TF_CHECK_OK(tensorflow::ReadTextProto(env, path, &module)); in RealMain()
/external/tensorflow/tensorflow/tools/optimization/
Dgpu_optimization_pass_runner_main.cc61 ReadTextProto(Env::Default(), input_file_path, &graphdef_input)); in RealMain()
/external/tensorflow/tensorflow/core/util/
Ddump_graph_test.cc41 TF_ASSERT_OK(ReadTextProto( in TEST()
/external/tensorflow/tensorflow/core/grappler/graph_analyzer/
Dgraph_analyzer_tool.cc37 st = ReadTextProto(Env::Default(), filename, metagraph); in LoadModel()
/external/tensorflow/tensorflow/cc/saved_model/
Dreader.cc43 return ReadTextProto(Env::Default(), saved_model_pbtxt_path, in ReadSavedModel()
Dbundle_v2.cc43 return ReadTextProto(Env::Default(), saved_model_pbtxt_path, in ReadSavedModelProto()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_runner_interface.cc59 tensorflow::ReadTextProto(tensorflow::Env::Default(), filename, &proto)); in ReadModuleFromTextProtoFile()
/external/tensorflow/tensorflow/core/platform/
Denv.h612 inline Status ReadTextProto(Env* /* env */, const std::string& /* fname */, in ReadTextProto() function
616 Status ReadTextProto(Env* env, const std::string& fname,
Denv.cc566 Status ReadTextProto(Env* env, const string& fname, protobuf::Message* proto) { in ReadTextProto() function
580 if (ReadTextProto(env, fname, proto).ok()) { in ReadTextOrBinaryProto()
Denv_test.cc145 TF_EXPECT_OK(ReadTextProto(env_, filename, &result)); in TEST_F()
/external/tensorflow/tensorflow/compiler/aot/
Dcompile.cc156 return ReadTextProto(Env::Default(), fname, proto); in ReadProtoFile()
/external/tensorflow/tensorflow/tools/benchmark/
Dbenchmark_model.cc267 s = ReadTextProto(Env::Default(), graph, graph_def->get()); in InitializeSession()