Home
last modified time | relevance | path

Searched defs:detectionScores (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/armnn/src/backends/neon/workloads/
H A DNeonDetectionPostProcessWorkload.cpp37 const TensorInfo& detectionScores, in NeonDetectionPostProcessValidate()
101 arm_compute::ITensor& detectionScores = AclTensorRef(m_Data.m_Outputs[2]); in NeonDetectionPostProcessWorkload() local
/aosp_15_r20/external/armnn/src/backends/reference/workloads/
H A DDetectionPostProcess.cpp110 float* detectionScores, in AllocateOutputData()
153 float* detectionScores, in DetectionPostProcess()
H A DRefDetectionPostProcessWorkload.cpp52 float* detectionScores = reinterpret_cast<float*>(outputs[2]->Map()); in Execute() local
/aosp_15_r20/external/armnn/src/armnnTfLiteParser/test/
H A DDetectionPostProcess.cpp196 UnquantizedContainer detectionScores = { 0.95f, 0.93f, 0.0f }; variable
/aosp_15_r20/external/armnn/tests/
H A DMobileNetSsdDatabase.hpp109 std::vector<float> detectionScores; in GetTestCaseData() local
/aosp_15_r20/external/armnn/src/backends/reference/test/
H A DRefDetectionPostProcessTests.cpp132 std::vector<float> detectionScores(detectionScoresInfo.GetNumElements()); in DetectionPostProcessTestImpl() local
/aosp_15_r20/external/armnn/src/armnn/
H A DILayerSupport.cpp714 const TensorInfo& detectionScores, in IsDetectionPostProcessSupported()
H A DBackendHelper.cpp519 const TensorInfo& detectionScores, in IsDetectionPostProcessSupported()
/aosp_15_r20/external/armnn/src/backends/reference/
H A DRefLayerSupport.cpp1302 const TensorInfo& detectionScores, in IsDetectionPostProcessSupported()
/aosp_15_r20/external/armnn/src/backends/backendsCommon/
H A DWorkloadFactory.cpp382 const TensorInfo& detectionScores = layer.GetOutputSlot(2).GetTensorInfo(); in IsLayerConfigurationSupported() local