Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/
DTestValidation.cpp3652 createAndCompileChannelQuantConvModel(const std::vector<float>& scales) { in createAndCompileChannelQuantConvModel() function
3727 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()