Searched refs:testIf (Results 1 – 1 of 1) sorted by relevance
/aosp12/packages/modules/NeuralNetworks/runtime/test/ |
H A D | TestValidateOperations.cpp | 4482 void testIf(const std::vector<uint32_t>& outerDims, const ANeuralNetworksModel* thenModel, in testIf() function 4503 void testIf(const std::vector<uint32_t>& outerDims, const std::vector<uint32_t>& thenDims, in testIf() function 4511 testIf(outerDims, thenModel, elseModel, testMutations); in testIf() 4533 testIf(outerDims, thenDims, elseDims, testMutations); in TEST()
|