Lines Matching refs:inputDim
3601 uint32_t inputDim[] = {2, 2, 2, 2}; in normalizationOpTest() local
3602 OperationTestBase normalizationTest(operationCode, {getOpType(operandCode, 4, inputDim)}, in normalizationOpTest()
3603 {getOpType(operandCode, 4, inputDim)}); in normalizationOpTest()
3607 operationCode, {getOpType(operandCode, 4, inputDim), getOpType(ANEURALNETWORKS_INT32)}, in normalizationOpTest()
3608 {getOpType(operandCode, 4, inputDim)}, {{TensorRankConstraint::UpTo(4)}}); in normalizationOpTest()
3633 uint32_t inputDim[] = {2, 2, 2, 6}; in localResponseNormOpTest() local
3636 {getOpType(operandCode, 4, inputDim), getOpType(ANEURALNETWORKS_INT32), in localResponseNormOpTest()
3638 {getOpType(operandCode, 4, inputDim)}, {{TensorRankConstraint::UpTo(4), {0}}}); in localResponseNormOpTest()
3643 {getOpType(operandCode, 4, inputDim), getOpType(ANEURALNETWORKS_INT32), in localResponseNormOpTest()
3646 {getOpType(operandCode, 4, inputDim)}, {{TensorRankConstraint::UpTo(4), {0}}}); in localResponseNormOpTest()
3689 uint32_t inputDim[] = {3, 3, 3}; in sliceTest() local
3695 {getOpType(operandCode, 3, inputDim), in sliceTest()
4306 uint32_t inputDim[] = {1, 2, 2, 1}, outputDim[] = {1, 1, 1, 1}; in resizeNearestNeighborTest() local
4308 {getOpType(inputCode, 4, inputDim), getOpType(scalarCode), in resizeNearestNeighborTest()