Searched refs:getOpType (Results 1 – 1 of 1) sorted by relevance
/frameworks/ml/nn/runtime/test/ |
D | TestValidateOperations.cpp | 56 ANeuralNetworksOperandType getOpType(int32_t opcode, uint32_t dimCount = 0, in getOpType() function 1032 ANeuralNetworksOperandType input0 = getOpType(inputOperandType, 4, inputDimensions); in argMinMaxTest() 1068 ANeuralNetworksOperandType input = getOpType(inputOperandType, 4, inputDimensions); in dequantizeOpTest() 1069 ANeuralNetworksOperandType output = getOpType(outputOperandType, 4, inputDimensions); in dequantizeOpTest() 1091 ANeuralNetworksOperandType input0 = getOpType(inputOperandType, 4, inputDimensions); in expandDimsTest() 1098 ANeuralNetworksOperandType output = getOpType(inputOperandType, 5, outputDimensions); in expandDimsTest() 1114 ANeuralNetworksOperandType input0 = getOpType(inputOperandType, 4, inputDimensions); in gatherTest() 1126 ANeuralNetworksOperandType output = getOpType(inputOperandType, 7, outputDimensions); in gatherTest() 1220 ANeuralNetworksOperandType input0 = getOpType(inputOperandType, 4, inputDimensions); in splitTest() 1232 ANeuralNetworksOperandType output0 = getOpType(inputOperandType, 2, outputDimensions); in splitTest() [all …]
|