24.08
|
Go to the documentation of this file.
9 #include "arm_compute/dynamic_fusion/sketch/attributes/Conv2dAttributes.h"
10 #include "arm_compute/dynamic_fusion/sketch/attributes/DepthwiseConv2dAttributes.h"
11 #include "arm_compute/dynamic_fusion/sketch/attributes/Pool2dAttributes.h"
12 #include "arm_compute/dynamic_fusion/sketch/attributes/ResizeAttributes.h"
17 arm_compute::experimental::dynamic_fusion::Conv2dAttributes
23 arm_compute::experimental::dynamic_fusion::DepthwiseConv2dAttributes
25 const unsigned int aclDepthMultiplier);
30 arm_compute::experimental::dynamic_fusion::Pool2dAttributes
36 arm_compute::experimental::dynamic_fusion::ResizeAttributes
A ResizeDescriptor for the ResizeLayer.
arm_compute::experimental::dynamic_fusion::Pool2dAttributes CreatePool2dAttributes(const armnn::Pooling2dDescriptor &descriptor)
Utility function used to setup an arm_compute::Pool2dAttributes object from given descriptor.
arm_compute::experimental::dynamic_fusion::DepthwiseConv2dAttributes CreateDWConv2dAttributes(const armnn::DepthwiseConvolution2dDescriptor &descriptor, const unsigned int aclDepthMultiplier)
Utility function used to setup an arm_compute::DepthwiseConv2dAttributes object from given descriptor...
A Convolution2dDescriptor for the Convolution2dLayer.
A Pooling2dDescriptor for the Pooling2dLayer.
A DepthwiseConvolution2dDescriptor for the DepthwiseConvolution2dLayer.
arm_compute::experimental::dynamic_fusion::ResizeAttributes CreateResizeAttributes(const armnn::ResizeDescriptor &descriptor)
Utility function used to setup an arm_compute::ResizeDescriptor object from given descriptor.
arm_compute::experimental::dynamic_fusion::Conv2dAttributes CreateConv2dAttributes(const armnn::Convolution2dDescriptor &descriptor)
Utility function used to setup an arm_compute::Conv2dAttributes object from given descriptor.