Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestValidation.cpp3578 createAndCompileChannelQuantConvModel(const std::vector<float>& scales) { in createAndCompileChannelQuantConvModel() function
3653 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()