Searched refs:WriteTextProto (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/core/grappler/inputs/ |
D | utils_test.cc | 46 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/ |
D | file_utils_test.cc | 46 TF_ASSERT_OK(WriteTextProto(Env::Default(), text_file, graph_def)); in TestLoadTextOrBinaryGraphFile()
|
D | transform_graph.cc | 270 save_status = WriteTextProto(Env::Default(), out_graph, graph_def); in ParseFlagsAndTransformGraph()
|
/external/tensorflow/tensorflow/core/util/ |
D | dump_graph.cc | 72 return WriteTextProto(Env::Default(), filepath, proto); in WriteToFile()
|
/external/tensorflow/tensorflow/tools/benchmark/ |
D | benchmark_model_test.cc | 87 TF_ASSERT_OK(WriteTextProto(Env::Default(), filename_txt, graph_def)); in TEST()
|
/external/tensorflow/tensorflow/tools/optimization/ |
D | optimization_pass_runner.cc | 151 WriteTextProto(Env::Default(), output_file_path, graphdef)); in RunMain()
|
/external/tensorflow/tensorflow/core/platform/ |
D | env.h | 451 Status WriteTextProto(Env* env, const string& fname,
|
D | env.cc | 527 Status WriteTextProto(Env* env, const string& fname, in WriteTextProto() function
|