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