Searched refs:inoutDim (Results 1 – 1 of 1) sorted by relevance
/frameworks/ml/nn/runtime/test/ |
D | TestValidateOperations.cpp | 3464 uint32_t inoutDim[] = {2, 2, 3, 12}; in channelShuffleOpTest() local 3467 {getOpType(operandCode, 2, inoutDim), getOpType(ANEURALNETWORKS_INT32), in channelShuffleOpTest() 3469 {getOpType(operandCode, 2, inoutDim)}, {{TensorRankConstraint::UpTo(4)}}); in channelShuffleOpTest() 3538 uint32_t inoutDim[] = {1, 2, 2, 3}, alphaDim[] = {1, 1, 3}; in preluOpTest() local 3541 {getOpType(operandCode, 4, inoutDim), getOpType(operandCode, 3, alphaDim)}, in preluOpTest() 3542 {getOpType(operandCode, 4, inoutDim)}); in preluOpTest()
|