Searched refs:thenDims (Results 1 – 1 of 1) sorted by relevance
4504 void testIf(const std::vector<uint32_t>& outerDims, const std::vector<uint32_t>& thenDims, in testIf() argument4507 getOpType(ANEURALNETWORKS_TENSOR_FLOAT32, thenDims.size(), thenDims.data()); in testIf()4530 for (const auto& [thenTrace, thenDims] : configurations) { in TEST()4534 testIf(outerDims, thenDims, elseDims, testMutations); in TEST()