Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/python/optimize/
H A Dcalibration_wrapper.cc58 std::unique_ptr<tflite::ModelT> CreateMutableModel(const tflite::Model& model) { in CreateMutableModel() function
177 auto tflite_model = CreateMutableModel(*model->GetModel()); in AddIntermediateTensors()
548 auto tflite_model = CreateMutableModel(*model_->GetModel()); in Calibrate()
587 auto tflite_model = CreateMutableModel(*model_->GetModel()); in QuantizeModel()
622 auto tflite_model = CreateMutableModel(*model_->GetModel()); in QuantizeModel()