Searched refs:WriteTextProto (Results 1 – 9 of 9) 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/optimization/ |
D | gpu_optimization_pass_runner_main.cc | 76 return WriteTextProto(Env::Default(), output_file_path, graphdef_output); in RealMain()
|
/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 | 271 save_status = WriteTextProto(Env::Default(), out_graph, graph_def); in ParseFlagsAndTransformGraph()
|
/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/core/platform/ |
D | env.h | 607 Status WriteTextProto(Env* env, const std::string& fname,
|
D | env.cc | 557 Status WriteTextProto(Env* env, const string& fname, in WriteTextProto() function
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | dump.cc | 396 status = tensorflow::WriteTextProto(env, absl::StrCat(filename, ".txt"), in DumpExecutionOptions()
|
/external/tensorflow/tensorflow/core/kernels/data/experimental/ |
D | snapshot_util.cc | 884 return WriteTextProto(env, graph_file, *graph); in DumpDatasetGraph()
|