Home
last modified time | relevance | path

Searched refs:WriteTextProto (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/inputs/
Dutils_test.cc46 TF_CHECK_OK(WriteTextProto(env_, text_graph_def_file_, graph_def_)); in SetUp()
50 WriteTextProto(env_, text_meta_graph_def_file_, meta_graph_def_)); in SetUp()
/external/tensorflow/tensorflow/tools/optimization/
Dgpu_optimization_pass_runner_main.cc76 return WriteTextProto(Env::Default(), output_file_path, graphdef_output); in RealMain()
/external/tensorflow/tensorflow/tools/graph_transforms/
Dfile_utils_test.cc46 TF_ASSERT_OK(WriteTextProto(Env::Default(), text_file, graph_def)); in TestLoadTextOrBinaryGraphFile()
Dtransform_graph.cc271 save_status = WriteTextProto(Env::Default(), out_graph, graph_def); in ParseFlagsAndTransformGraph()
/external/tensorflow/tensorflow/tools/benchmark/
Dbenchmark_model_test.cc87 TF_ASSERT_OK(WriteTextProto(Env::Default(), filename_txt, graph_def)); in TEST()
/external/tensorflow/tensorflow/core/platform/
Denv.h607 Status WriteTextProto(Env* env, const std::string& fname,
Denv.cc557 Status WriteTextProto(Env* env, const string& fname, in WriteTextProto() function
/external/tensorflow/tensorflow/compiler/xla/service/
Ddump.cc396 status = tensorflow::WriteTextProto(env, absl::StrCat(filename, ".txt"), in DumpExecutionOptions()
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dsnapshot_util.cc884 return WriteTextProto(env, graph_file, *graph); in DumpDatasetGraph()