|
25.02
|
#include "NeonConvolution3dWorkload.hpp"#include <aclCommon/ArmComputeTensorUtils.hpp>#include <aclCommon/ArmComputeUtils.hpp>#include <armnn/utility/PolymorphicDowncast.hpp>#include <armnn/backends/TensorHandle.hpp>#include <neon/workloads/NeonWorkloadUtils.hpp>#include <arm_compute/runtime/NEON/functions/NEConv3D.h>#include <armnn/Types.hpp>#include <Half.hpp>Go to the source code of this file.
Namespaces | |
| armnn | |
| Copyright (c) 2021 ARM Limited and Contributors. | |
Functions | |
| arm_compute::Status | NeonConvolution3dWorkloadValidate (const TensorInfo &input, const TensorInfo &output, const Convolution3dDescriptor &descriptor, const TensorInfo &weights, const Optional< TensorInfo > &biases, bool isFastMathEnabled, const ActivationDescriptor *activationDescriptor) |