Searched refs:operandCode (Results 1 – 1 of 1) sorted by relevance
/frameworks/ml/nn/runtime/test/ |
D | TestValidateOperations.cpp | 1290 void simpleMathOpTest(ANeuralNetworksOperationType operationCode, int32_t operandCode) { in simpleMathOpTest() argument 1292 ANeuralNetworksOperandType input1 = getOpType(operandCode, 4, inputDimensions); in simpleMathOpTest() 1399 void binaryOpTest(ANeuralNetworksOperationType operationCode, int32_t operandCode) { in binaryOpTest() argument 1401 ANeuralNetworksOperandType input1 = getOpType(operandCode, 5, inputDimensions); in binaryOpTest() 1450 void activationOpTest(ANeuralNetworksOperationType operationCode, int32_t operandCode) { in activationOpTest() argument 1452 ANeuralNetworksOperandType input = getOpType(operandCode, 4, inputDimensions); in activationOpTest() 1637 void eluOpTest(int32_t operandCode) { in eluOpTest() argument 1639 ANeuralNetworksOperandType input = getOpType(operandCode, 4, inputDimensions); in eluOpTest() 1640 ANeuralNetworksOperandType alpha = (operandCode == ANEURALNETWORKS_TENSOR_FLOAT32) in eluOpTest() 1792 void softmaxOpTest(int32_t operandCode) { in softmaxOpTest() argument [all …]
|