Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestValidation.cpp3454 createAndCompileAddModelWithType(const ANeuralNetworksOperandType& type) { in createAndCompileAddModelWithType() function
3482 const auto [badModel, badCompilation] = createAndCompileAddModelWithType(badType); in testIncompatibleOperands()
3522 const auto [floatModel, floatCompilation] = createAndCompileAddModelWithType(floatBase); in TEST_F()
3523 const auto [quantModel, quantCompilation] = createAndCompileAddModelWithType(quantBase); in TEST_F()
3779 const auto [goodModel, goodCompilation] = createAndCompileAddModelWithType(goodType); in TEST_F()
3780 const auto [badModel1, badCompilation1] = createAndCompileAddModelWithType(badType1); in TEST_F()
3781 const auto [badModel2, badCompilation2] = createAndCompileAddModelWithType(badType2); in TEST_F()