Searched refs:CreateMutableModelFromFile (Results 1 – 5 of 5) sorted by relevance
45 std::unique_ptr<ModelT> CreateMutableModelFromFile(const Model* input_model) { in CreateMutableModelFromFile() function162 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()
67 std::unique_ptr<tflite::ModelT> CreateMutableModelFromFile( in CreateMutableModelFromFile() function98 input_builder, CreateMutableModelFromFile(input_model).get()); in QuantizeWeights()
71 std::unique_ptr<tflite::ModelT> CreateMutableModelFromFile(
171 std::unique_ptr<tflite::ModelT> CreateMutableModelFromFile( in CreateMutableModelFromFile() function
378 auto tflite_model = utils::CreateMutableModelFromFile(input_file); in ModifyModelInterface()