From f86be93b7492b381370cae7bf71eca8572a0cbae Mon Sep 17 00:00:00 2001 From: Matthew Sloyan Date: Tue, 24 Aug 2021 16:27:15 +0100 Subject: IVGCVSW-5924 Update 21.08 Doxygen Documents * Also updated latest symlink. Signed-off-by: Matthew Sloyan Change-Id: If9b4e0e52464abdf797b9eb858ae19bcc64c2aea --- ..._neon_depthwise_convolution_workload_8cpp.xhtml | 139 +++++++++++++++++++++ 1 file changed, 139 insertions(+) create mode 100644 21.08/_neon_depthwise_convolution_workload_8cpp.xhtml (limited to '21.08/_neon_depthwise_convolution_workload_8cpp.xhtml') diff --git a/21.08/_neon_depthwise_convolution_workload_8cpp.xhtml b/21.08/_neon_depthwise_convolution_workload_8cpp.xhtml new file mode 100644 index 0000000000..b9b61aeb92 --- /dev/null +++ b/21.08/_neon_depthwise_convolution_workload_8cpp.xhtml @@ -0,0 +1,139 @@ + + + + + + + + + + + + + +ArmNN: src/backends/neon/workloads/NeonDepthwiseConvolutionWorkload.cpp File Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.08 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
NeonDepthwiseConvolutionWorkload.cpp File Reference
+
+
+
#include "NeonDepthwiseConvolutionWorkload.hpp"
+#include "NeonWorkloadUtils.hpp"
+#include <armnnUtils/DataLayoutIndexed.hpp>
+#include <aclCommon/ArmComputeTensorUtils.hpp>
+#include <aclCommon/ArmComputeUtils.hpp>
+#include <neon/NeonLayerSupport.hpp>
+#include <backendsCommon/TensorHandle.hpp>
+#include <backendsCommon/WorkloadUtils.hpp>
+#include <arm_compute/runtime/NEON/functions/NEDepthwiseConvolutionLayer.h>
+
+

Go to the source code of this file.

+ + + + + +

+Namespaces

 armnn
 Copyright (c) 2021 ARM Limited and Contributors.
 
+ + + +

+Functions

arm_compute::Status NeonDepthwiseConvolutionWorkloadValidate (const TensorInfo &input, const TensorInfo &output, const DepthwiseConvolution2dDescriptor &descriptor, const TensorInfo &weights, const Optional< TensorInfo > &biases, const ActivationDescriptor *activationDescriptor)
 
+
+
+ + + + -- cgit v1.2.1