Home
last modified time | relevance | path

Searched refs:ParseFromStringEitherTextOrBinary (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/toco/
Dtoco_port.h102 bool ParseFromStringEitherTextOrBinary(const std::string& input_file_contents, in ParseFromStringEitherTextOrBinary() function
Dmodel_cmdline_flags.cc196 QCHECK(ParseFromStringEitherTextOrBinary(model_flags_file_contents, in ReadModelFlagsFromCommandLineFlags()
416 ParseFromStringEitherTextOrBinary(arrays_extra_info_file_contents, in ReadModelFlagsFromCommandLineFlags()
Dimport_tensorflow.cc2619 CHECK(ParseFromStringEitherTextOrBinary(input_file_contents, tf_graph.get())); in ImportTensorFlowGraphDef()