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