Home
last modified time | relevance | path

Searched refs:scoreOutShape (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DGenerateProposals.cpp1456 float scoreThreshold, bool isBGInLabel, float* scoreOutData, const Shape& scoreOutShape, in detectionPostprocessFloat32() argument
1464 uint32_t numOutDetection = getSizeOfDimension(scoreOutShape, 1); in detectionPostprocessFloat32()
1466 memset(scoreOutData, 0, getNumberOfElements(scoreOutShape) * sizeof(float)); in detectionPostprocessFloat32()
1561 float scoreThreshold, bool isBGInLabel, _Float16* scoreOutData, const Shape& scoreOutShape, in detectionPostprocessFloat16() argument
1570 std::vector<float> outputScore_float32(getNumberOfElements(scoreOutShape)); in detectionPostprocessFloat16()
1576 scoreThreshold, isBGInLabel, outputScore_float32.data(), scoreOutShape, in detectionPostprocessFloat16()