|
25.11
|
#include "NeonDetectionPostProcessWorkload.hpp"#include "NeonWorkloadUtils.hpp"#include <aclCommon/ArmComputeTensorHandle.hpp>#include <aclCommon/ArmComputeTensorUtils.hpp>#include <armnn/utility/PolymorphicDowncast.hpp>Go to the source code of this file.
Namespaces | |
| namespace | armnn |
| Copyright (c) 2021 ARM Limited and Contributors. | |
Functions | |
| arm_compute::DetectionPostProcessLayerInfo | MakeInfo (const DetectionPostProcessDescriptor &descriptor) |
| arm_compute::Status | NeonDetectionPostProcessValidate (const TensorInfo &boxEncodings, const TensorInfo &scores, const TensorInfo &anchors, const TensorInfo &detectionBoxes, const TensorInfo &detectionClasses, const TensorInfo &detectionScores, const TensorInfo &numDetections, const DetectionPostProcessDescriptor &descriptor) |