Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/python/optimize/
Dcalibration_wrapper.cc52 std::unique_ptr<tflite::ModelT> CreateMutableModel(const tflite::Model& model) { in CreateMutableModel() function
124 auto tflite_model = CreateMutableModel(*model->GetModel()); in AddIntermediateTensors()
316 auto tflite_model = CreateMutableModel(*model_->GetModel()); in Calibrate()
345 auto tflite_model = CreateMutableModel(*model_->GetModel()); in QuantizeModel()
378 auto tflite_model = CreateMutableModel(*model_->GetModel()); in QuantizeModel()