Home
last modified time | relevance | path

Searched refs:output_file_contents (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/lite/toco/tflite/
Dexport.h38 tensorflow::Status Export(const Model& model, std::string* output_file_contents,
43 const Model& model, std::string* output_file_contents,
50 bool quantize_weights, std::string* output_file_contents) { in Export() argument
55 auto status = Export(model, output_file_contents, params); in Export()
63 std::string* output_file_contents, in Export() argument
69 auto status = Export(model, output_file_contents, params, ops_by_type); in Export()
75 inline void Export(const Model& model, std::string* output_file_contents) { in Export() argument
78 auto status = Export(model, output_file_contents, params); in Export()
Dexport.cc432 tensorflow::Status Export(const Model& model, std::string* output_file_contents, in Export() argument
435 return Export(model, output_file_contents, params, ops_by_type); in Export()
475 const Model& model, std::string* output_file_contents, in Export() argument
649 WriteModelToString(builder, output_file_contents); in Export()
673 WriteModelToString(q_builder, output_file_contents); in Export()
/external/tensorflow/tensorflow/lite/toco/
Dtoco_convert.cc77 std::string* output_file_contents, in Convert() argument
83 output_file_contents)); in Convert()
103 std::string output_file_contents; in Convert() local
105 &output_file_contents)); in Convert()
109 output_file_contents, port::file::Defaults())); in Convert()
Dtoco_tooling.h46 std::string* output_file_contents);
50 std::string* output_file_contents) { in Export() argument
51 auto status = Export(toco_flags, model, true, output_file_contents); in Export()
Dexport_tensorflow.h24 std::string* output_file_contents);
Ddump_graphviz.h24 void DumpGraphviz(const Model& model, std::string* output_file_contents,
Dtoco_convert.h28 std::string* output_file_contents,
Dtoco_tooling.cc477 std::string* output_file_contents) { in Export() argument
480 ExportTensorFlowGraphDef(model, output_file_contents); in Export()
497 auto status = toco::tflite::Export(model, output_file_contents, params); in Export()
504 DumpGraphviz(model, output_file_contents, "Computation Graph"); in Export()
Dexport_tensorflow.cc2551 std::string* output_file_contents) { in ExportTensorFlowGraphDef() argument
2552 CHECK(output_file_contents->empty()); in ExportTensorFlowGraphDef()
2556 CHECK(tensorflow_graph.SerializeToString(output_file_contents)); in ExportTensorFlowGraphDef()
/external/libchrome/base/test/launcher/
Dtest_launcher.cc487 std::string output_file_contents; in DoLaunchChildTestProcess() local
494 CHECK(ReadFileToString(output_filename, &output_file_contents) || in DoLaunchChildTestProcess()
509 output_file_contents)); in DoLaunchChildTestProcess()
/external/libchrome/base/files/
Dfile_util_unittest.cc3685 std::string output_file_contents; in TEST() local
3686 EXPECT_TRUE(ReadFileToString(output_filename, &output_file_contents)) in TEST()
3689 EXPECT_EQ(content, output_file_contents); in TEST()