HomeSort by relevance Sort by last modified time
    Searched refs:WriteTextProto (Results 1 - 8 of 8) sorted by null

  /external/tensorflow/tensorflow/core/grappler/inputs/
utils_test.cc 46 TF_CHECK_OK(WriteTextProto(env_, text_graph_def_file_, graph_def_));
50 WriteTextProto(env_, text_meta_graph_def_file_, meta_graph_def_));
  /external/tensorflow/tensorflow/tools/graph_transforms/
file_utils_test.cc 46 TF_ASSERT_OK(WriteTextProto(Env::Default(), text_file, graph_def));
transform_graph.cc 270 save_status = WriteTextProto(Env::Default(), out_graph, graph_def);
  /external/tensorflow/tensorflow/core/util/
dump_graph.cc 72 return WriteTextProto(Env::Default(), filepath, proto);
  /external/tensorflow/tensorflow/tools/benchmark/
benchmark_model_test.cc 87 TF_ASSERT_OK(WriteTextProto(Env::Default(), filename_txt, graph_def));
  /external/tensorflow/tensorflow/tools/optimization/
optimization_pass_runner.cc 151 WriteTextProto(Env::Default(), output_file_path, graphdef));
  /external/tensorflow/tensorflow/core/platform/
env.h 451 Status WriteTextProto(Env* env, const string& fname,
env.cc 527 Status WriteTextProto(Env* env, const string& fname,

Completed in 273 milliseconds