Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/src/backends/neon/workloads/
H A DNeonDetectionPostProcessWorkload.cpp35 const TensorInfo& detectionBoxes, in NeonDetectionPostProcessValidate()
99 arm_compute::ITensor& detectionBoxes = AclTensorRef(m_Data.m_Outputs[0]); in NeonDetectionPostProcessWorkload() local
/aosp_15_r20/external/armnn/src/backends/reference/workloads/
H A DDetectionPostProcess.cpp109 float* detectionBoxes, in AllocateOutputData()
151 float* detectionBoxes, in DetectionPostProcess()
H A DRefDetectionPostProcessWorkload.cpp50 float* detectionBoxes = reinterpret_cast<float*>(outputs[0]->Map()); in Execute() local
/aosp_15_r20/external/armnn/src/armnnTfLiteParser/test/
H A DDetectionPostProcess.cpp188 UnquantizedContainer detectionBoxes = variable
/aosp_15_r20/external/armnn/tests/
H A DMobileNetSsdDatabase.hpp107 std::vector<float> detectionBoxes; in GetTestCaseData() local
/aosp_15_r20/external/armnn/src/backends/reference/test/
H A DRefDetectionPostProcessTests.cpp131 std::vector<float> detectionBoxes(detectionBoxesInfo.GetNumElements()); in DetectionPostProcessTestImpl() local
/aosp_15_r20/external/armnn/src/armnn/
H A DILayerSupport.cpp712 const TensorInfo& detectionBoxes, in IsDetectionPostProcessSupported()
H A DBackendHelper.cpp517 const TensorInfo& detectionBoxes, in IsDetectionPostProcessSupported()
/aosp_15_r20/external/armnn/src/backends/reference/
H A DRefLayerSupport.cpp1300 const TensorInfo& detectionBoxes, in IsDetectionPostProcessSupported()
/aosp_15_r20/external/armnn/src/backends/backendsCommon/
H A DWorkloadFactory.cpp380 const TensorInfo& detectionBoxes = layer.GetOutputSlot(0).GetTensorInfo(); in IsLayerConfigurationSupported() local