Searched defs:input_model (Results 1 – 8 of 8) 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 | 655 const ::tflite::Model* input_model = ::tflite::GetModel(buffer); in Export() local
|
/external/tensorflow/tensorflow/lite/tools/ |
D | gen_op_registration_main.cc | 38 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/ |
D | quantize_weights.cc | 342 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()
|
D | quantization_wrapper_utils.cc | 57 auto input_model = FlatBufferModel::BuildFromFile(path.c_str()); in LoadModel() local
|
/external/tensorflow/tensorflow/compiler/mlir/lite/sparsity/ |
D | sparsify_model.cc | 35 TfLiteStatus SparsifyModel(const tflite::ModelT& input_model, in SparsifyModel()
|
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/lite/ |
D | quantize_model.cc | 39 const tflite::ModelT& input_model, const tflite::TensorType& input_type, in QuantizeModel()
|
/external/tensorflow/tensorflow/compiler/mlir/lite/ |
D | tf_to_tfl_flatbuffer.cc | 136 const ::tflite::Model* input_model = ::tflite::GetModel(buffer); in ConvertTFExecutorToTFLOrFlatbuffer() local
|