Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/lite/
H A Dquantize_weights_test.cc45 std::unique_ptr<ModelT> CreateMutableModelFromFile(const Model* input_model) { in CreateMutableModelFromFile() function
162 CreateMutableModelFromFile(quantized_model); in FindMatchingExpectedTensor()
164 CreateMutableModelFromFile(expected_model); in FindMatchingExpectedTensor()
415 } else if ((!CreateMutableModelFromFile(output_model) in TEST_F()
660 } else if ((!CreateMutableModelFromFile(output_model) in TEST_F()
730 } else if ((!CreateMutableModelFromFile(output_model) in TEST_F()
H A Dquantize_weights.cc67 std::unique_ptr<tflite::ModelT> CreateMutableModelFromFile( in CreateMutableModelFromFile() function
98 input_builder, CreateMutableModelFromFile(input_model).get()); in QuantizeWeights()
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/
H A Dmodel_utils.h71 std::unique_ptr<tflite::ModelT> CreateMutableModelFromFile(
H A Dmodel_utils.cc171 std::unique_ptr<tflite::ModelT> CreateMutableModelFromFile( in CreateMutableModelFromFile() function
H A Dmodify_model_interface.cc378 auto tflite_model = utils::CreateMutableModelFromFile(input_file); in ModifyModelInterface()