Home
last modified time | relevance | path

Searched refs:WriteTextProto (Results 1 – 8 of 8) 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/graph_transforms/
Dfile_utils_test.cc46 TF_ASSERT_OK(WriteTextProto(Env::Default(), text_file, graph_def)); in TestLoadTextOrBinaryGraphFile()
Dtransform_graph.cc270 save_status = WriteTextProto(Env::Default(), out_graph, graph_def); in ParseFlagsAndTransformGraph()
/external/tensorflow/tensorflow/core/util/
Ddump_graph.cc72 return WriteTextProto(Env::Default(), filepath, proto); in WriteToFile()
/external/tensorflow/tensorflow/tools/benchmark/
Dbenchmark_model_test.cc87 TF_ASSERT_OK(WriteTextProto(Env::Default(), filename_txt, graph_def)); in TEST()
/external/tensorflow/tensorflow/tools/optimization/
Doptimization_pass_runner.cc151 WriteTextProto(Env::Default(), output_file_path, graphdef)); in RunMain()
/external/tensorflow/tensorflow/core/platform/
Denv.h451 Status WriteTextProto(Env* env, const string& fname,
Denv.cc527 Status WriteTextProto(Env* env, const string& fname, in WriteTextProto() function