Home
last modified time | relevance | path

Searched defs:scoresData (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DGenerateProposals.cpp311 uint32_t* hardNmsSingleClass(const float* scoresData, float iouThreshold, int32_t maxNumDetections, in hardNmsSingleClass()
339 void hardNmsMultiClass(const float* scoresData, uint32_t numClasses, uint32_t numRois, in hardNmsMultiClass()
374 uint32_t* softNmsSingleClass(float* scoresData, float scoreThreshold, int32_t maxNumDetections, in softNmsSingleClass()
403 void softNmsMultiClass(float* scoresData, uint32_t numClasses, uint32_t numRois, in softNmsMultiClass()
437 bool boxWithNmsLimitFloat32Compute(float* scoresData, const Shape& scoresShape, in boxWithNmsLimitFloat32Compute()
570 bool boxWithNmsLimitFloat32(const float* scoresData, const Shape& scoresShape, const float* roiData, in boxWithNmsLimitFloat32()
593 bool boxWithNmsLimitFloat16(const _Float16* scoresData, const Shape& scoresShape, in boxWithNmsLimitFloat16()
617 bool boxWithNmsLimitQuant(const uint8_t* scoresData, const Shape& scoresShape, in boxWithNmsLimitQuant()
640 bool boxWithNmsLimitQuant(const int8_t* scoresData, const Shape& scoresShape, in boxWithNmsLimitQuant()
846 bool generateProposalsNhwcFloat32Compute(const float* scoresData, const Shape& scoresShape, in generateProposalsNhwcFloat32Compute()
[all …]
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/
H A DDetectionPostProcessTestImpl.hpp145 const std::vector<T>& scoresData, in DetectionPostProcessImpl()
299 std::vector<RawType> scoresData(TestData::s_ScoresShape.GetNumElements()); in DetectionPostProcessRegularNmsQuantizedTest() local
363 std::vector<RawType> scoresData(TestData::s_ScoresShape.GetNumElements()); in DetectionPostProcessFastNmsQuantizedTest() local