Searched refs:output_file_contents (Results 1 – 11 of 11) sorted by relevance
/external/tensorflow/tensorflow/lite/toco/tflite/ |
D | export.h | 38 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()
|
D | export.cc | 432 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/ |
D | toco_convert.cc | 77 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()
|
D | toco_tooling.h | 46 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()
|
D | export_tensorflow.h | 24 std::string* output_file_contents);
|
D | dump_graphviz.h | 24 void DumpGraphviz(const Model& model, std::string* output_file_contents,
|
D | toco_convert.h | 28 std::string* output_file_contents,
|
D | toco_tooling.cc | 477 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()
|
D | export_tensorflow.cc | 2551 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/ |
D | test_launcher.cc | 487 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/ |
D | file_util_unittest.cc | 3685 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()
|