Searched defs:input_model (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/lite/toco/tflite/ |
D | import.cc | 30 void LoadTensorsTable(const ::tflite::Model& input_model, in LoadTensorsTable() 40 void LoadOperatorsTable(const ::tflite::Model& input_model, in LoadOperatorsTable() 55 void ImportTensors(const ::tflite::Model& input_model, Model* model) { in ImportTensors() 100 void ImportOperators( in ImportOperators() 168 void ImportIOTensors(const ModelFlags& model_flags, in ImportIOTensors() 208 const ::tflite::Model* input_model = in Import() local
|
D | export.cc | 596 const ::tflite::Model* input_model = ::tflite::GetModel(buffer); in Export() local
|
/external/tensorflow/tensorflow/lite/tools/ |
D | gen_op_registration_main.cc | 36 void ParseFlagAndInit(int argc, char** argv, string* input_model, in ParseFlagAndInit() 99 string input_model; in main() local
|
/external/tensorflow/tensorflow/lite/tools/optimize/ |
D | quantize_weights.cc | 254 const Model* input_model, in QuantizeWeightsInternal() 358 const Model* input_model, in QuantizeWeights() 369 const Model* input_model, in QuantizeWeights() 376 const Model* input_model) { in QuantizeWeights()
|