Searched refs:scaleScalar (Results 1 – 1 of 1) sorted by relevance
/frameworks/ml/nn/runtime/test/ |
D | TestValidateOperations.cpp | 3502 ANeuralNetworksOperandType scaleScalar = getOpType(ANEURALNETWORKS_FLOAT32); in detectionPostprocessingOpTest() local 3504 scaleScalar = getOpType(ANEURALNETWORKS_FLOAT16); in detectionPostprocessingOpTest() 3510 ANeuralNetworksOperandType scoreThreshold = scaleScalar; in detectionPostprocessingOpTest() 3511 ANeuralNetworksOperandType iouThreshold = scaleScalar; in detectionPostprocessingOpTest() 3525 {input, deltas, anchors, scaleScalar, scaleScalar, scaleScalar, in detectionPostprocessingOpTest() 3526 scaleScalar, isRegularNMS, maxNumDetections, numOfClassesPerDetection, in detectionPostprocessingOpTest()
|