22.05
|
#include "src/core/NEON/kernels/NEBoundingBoxTransformKernel.h"
#include "arm_compute/core/Helpers.h"
#include "arm_compute/core/TensorInfo.h"
#include "arm_compute/core/Utils.h"
#include "arm_compute/core/Window.h"
#include "src/core/CPP/Validate.h"
#include "src/core/common/Registrars.h"
#include "src/core/helpers/AutoConfiguration.h"
#include "src/core/helpers/WindowHelpers.h"
#include "src/cpu/kernels/boundingboxtransform/list.h"
#include <arm_neon.h>
Go to the source code of this file.
Namespaces | |
arm_compute | |
Copyright (c) 2017-2022 Arm Limited. | |
DataType dt |
Definition at line 44 of file NEBoundingBoxTransformKernel.cpp.
const BoundingBoxTransformSelctorPtr is_selected |
Definition at line 53 of file NEBoundingBoxTransformKernel.cpp.
const char* name |
Definition at line 52 of file NEBoundingBoxTransformKernel.cpp.
BoundingBoxTransformUKernelPtr ukernel |
Definition at line 54 of file NEBoundingBoxTransformKernel.cpp.