Home
last modified time | relevance | path

Searched defs:output_file_contents (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/lite/toco/
Dtoco_convert.cc77 string* output_file_contents) { in Convert()
98 string output_file_contents; in Convert() local
Dtoco_tooling.h49 string* output_file_contents) { in Export()
Dtoco_tooling.cc441 bool allow_custom_ops, string* output_file_contents) { in Export()
Dexport_tensorflow.cc2507 string* output_file_contents) { in ExportTensorFlowGraphDef()
/external/tensorflow/tensorflow/lite/toco/tflite/
Dexport.h47 bool quantize_weights, string* output_file_contents) { in Export()
59 string* output_file_contents, in Export()
70 inline void Export(const Model& model, string* output_file_contents) { in Export()
Dexport.cc428 tensorflow::Status Export(const Model& model, string* output_file_contents, in Export()
435 const Model& model, string* output_file_contents, in Export()