Searched refs:createAndCompileAddModelWithType (Results 1 – 1 of 1) sorted by relevance
3528 createAndCompileAddModelWithType(const ANeuralNetworksOperandType& type) { in createAndCompileAddModelWithType() function3556 const auto [badModel, badCompilation] = createAndCompileAddModelWithType(badType); in testIncompatibleOperands()3596 const auto [floatModel, floatCompilation] = createAndCompileAddModelWithType(floatBase); in TEST_F()3597 const auto [quantModel, quantCompilation] = createAndCompileAddModelWithType(quantBase); in TEST_F()3893 const auto [goodModel, goodCompilation] = createAndCompileAddModelWithType(goodType); in TEST_F()3894 const auto [badModel1, badCompilation1] = createAndCompileAddModelWithType(badType1); in TEST_F()3895 const auto [badModel2, badCompilation2] = createAndCompileAddModelWithType(badType2); in TEST_F()