Searched refs:scalarOperandCode (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/ |
D | TestValidateOperations.cpp | 2498 void resizeBilinearOpTest(int32_t inputOperandCode, int32_t scalarOperandCode) { in resizeBilinearOpTest() argument 2502 ANeuralNetworksOperandType height = getOpType(scalarOperandCode); in resizeBilinearOpTest() 3228 void roiAlignOpTest(int32_t inputOperandCode, int32_t roiOperandCode, int32_t scalarOperandCode) { in roiAlignOpTest() argument 3236 getOpType(scalarOperandCode), getOpType(scalarOperandCode), in roiAlignOpTest() 3263 void roiPoolingOpTest(int32_t inputOperandCode, int32_t roiOperandCode, int32_t scalarOperandCode) { in roiPoolingOpTest() argument 3271 getOpType(scalarOperandCode), getOpType(scalarOperandCode), in roiPoolingOpTest() 3888 int32_t scalarOperandCode) { in boxWithNmsLimitOpTest() argument 3894 getOpType(ANEURALNETWORKS_TENSOR_INT32, 1, splitDim), getOpType(scalarOperandCode), in boxWithNmsLimitOpTest() 3896 getOpType(scalarOperandCode), getOpType(scalarOperandCode), in boxWithNmsLimitOpTest() 3897 getOpType(scalarOperandCode)}, in boxWithNmsLimitOpTest() [all …]
|