Searched refs:createAndCompileChannelQuantConvModel (Results 1 – 1 of 1) sorted by relevance
3578 createAndCompileChannelQuantConvModel(const std::vector<float>& scales) { in createAndCompileChannelQuantConvModel() function3653 const auto [model1, compilation1] = createAndCompileChannelQuantConvModel({1.0f, 1.0f}); in TEST_F()3654 const auto [model2, compilation2] = createAndCompileChannelQuantConvModel({0.5f, 0.5f}); in TEST_F()