Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/
H A Dmodel_cmdline_flags.cc199 QCHECK(ParseFromStringEitherTextOrBinary(model_flags_file_contents, in ReadModelFlagsFromCommandLineFlags()
428 ParseFromStringEitherTextOrBinary(arrays_extra_info_file_contents, in ReadModelFlagsFromCommandLineFlags()
H A Dtoco_port.h104 bool ParseFromStringEitherTextOrBinary(const std::string& input_file_contents, in ParseFromStringEitherTextOrBinary() function
H A Dimport_tensorflow.cc2800 CHECK(ParseFromStringEitherTextOrBinary(input_file_contents, tf_graph.get())); in ImportTensorFlowGraphDef()