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