Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestValidateOperations.cpp4504 void testIf(const std::vector<uint32_t>& outerDims, const std::vector<uint32_t>& thenDims, in testIf() argument
4507 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()