Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestValidateOperations.cpp3562 uint32_t inputDim[] = {2, 2, 2, 2}; in normalizationOpTest() local
3564 {getOpType(operandCode, 4, inputDim)}); in normalizationOpTest()
3569 {getOpType(operandCode, 4, inputDim)}, {{TensorRankConstraint::UpTo(4)}}); in normalizationOpTest()
3594 uint32_t inputDim[] = {2, 2, 2, 6}; in localResponseNormOpTest() local
3597 {getOpType(operandCode, 4, inputDim), getOpType(ANEURALNETWORKS_INT32), in localResponseNormOpTest()
3599 {getOpType(operandCode, 4, inputDim)}, {{TensorRankConstraint::UpTo(4), {0}}}); in localResponseNormOpTest()
3604 {getOpType(operandCode, 4, inputDim), getOpType(ANEURALNETWORKS_INT32), in localResponseNormOpTest()
3607 {getOpType(operandCode, 4, inputDim)}, {{TensorRankConstraint::UpTo(4), {0}}}); in localResponseNormOpTest()
3650 uint32_t inputDim[] = {3, 3, 3}; in sliceTest() local
3656 {getOpType(operandCode, 3, inputDim), in sliceTest()
[all …]