Home
last modified time | relevance | path

Searched defs:input_model (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/lite/toco/tflite/
Dimport.cc30 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
Dexport.cc655 const ::tflite::Model* input_model = ::tflite::GetModel(buffer); in Export() local
/external/tensorflow/tensorflow/lite/tools/
Dgen_op_registration_main.cc38 void ParseFlagAndInit(int* argc, char** argv, string* input_model, in ParseFlagAndInit()
135 void AddOpsFromModel(const string& input_model, in AddOpsFromModel()
150 string input_model; in main() local
/external/tensorflow/tensorflow/lite/tools/optimize/
Dquantize_weights.cc342 const Model* input_model, in QuantizeWeightsInt8()
468 const Model* input_model) { in QuantizeWeightsFloat16()
550 const Model* input_model, in QuantizeWeights()
562 const Model* input_model, in QuantizeWeights()
570 const Model* input_model, BufferType quant_type) { in QuantizeWeights()
585 const Model* input_model, in QuantizeWeights()
Dquantization_wrapper_utils.cc57 auto input_model = FlatBufferModel::BuildFromFile(path.c_str()); in LoadModel() local
/external/tensorflow/tensorflow/compiler/mlir/lite/sparsity/
Dsparsify_model.cc35 TfLiteStatus SparsifyModel(const tflite::ModelT& input_model, in SparsifyModel()
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/lite/
Dquantize_model.cc39 const tflite::ModelT& input_model, const tflite::TensorType& input_type, in QuantizeModel()
/external/tensorflow/tensorflow/compiler/mlir/lite/
Dtf_to_tfl_flatbuffer.cc136 const ::tflite::Model* input_model = ::tflite::GetModel(buffer); in ConvertTFExecutorToTFLOrFlatbuffer() local