22.05
|
Descriptor used by the 3d Convolution function. More...
#include <FunctionDescriptors.h>
Public Member Functions | |
Conv3dInfo ()=default | |
Conv3dInfo (const Size3D &stride, const Padding3D &padding, const ActivationLayerInfo &act_info, const Size3D &dilation, const DimensionRoundingType &round_type, bool enable_fast_math) | |
Data Fields | |
Size3D | stride { 1U, 1U, 1U } |
Padding3D | padding {} |
ActivationLayerInfo | act_info {} |
Size3D | dilation { 1U, 1U, 1U } |
DimensionRoundingType | round_type {} |
bool | enable_fast_math { false } |
Descriptor used by the 3d Convolution function.
Definition at line 79 of file FunctionDescriptors.h.
|
default |
|
inline |
Definition at line 83 of file FunctionDescriptors.h.
ActivationLayerInfo act_info {} |
Definition at line 95 of file FunctionDescriptors.h.
Referenced by CpuDirectConv3d::configure(), arm_compute::operator<<(), and CpuDirectConv3d::validate().
Size3D dilation { 1U, 1U, 1U } |
Definition at line 96 of file FunctionDescriptors.h.
Referenced by arm_compute::misc::shape_calculator::compute_conv3d_shape(), arm_compute::test::validation::reference::conv3d(), and arm_compute::operator<<().
bool enable_fast_math { false } |
Definition at line 98 of file FunctionDescriptors.h.
Referenced by arm_compute::operator<<().
Padding3D padding {} |
Definition at line 94 of file FunctionDescriptors.h.
Referenced by arm_compute::misc::shape_calculator::compute_conv3d_shape(), ClDirectConv3dKernel::configure(), arm_compute::test::validation::reference::conv3d(), arm_compute::cpu::directconv3d_float_neon_ndhwc(), arm_compute::cpu::directconv3d_quantized_neon_ndhwc(), and arm_compute::operator<<().
DimensionRoundingType round_type {} |
Definition at line 97 of file FunctionDescriptors.h.
Referenced by arm_compute::misc::shape_calculator::compute_conv3d_shape(), and arm_compute::operator<<().
Size3D stride { 1U, 1U, 1U } |
Definition at line 93 of file FunctionDescriptors.h.
Referenced by arm_compute::misc::shape_calculator::compute_conv3d_shape(), ClDirectConv3dKernel::configure(), arm_compute::test::validation::reference::conv3d(), arm_compute::cpu::directconv3d_float_neon_ndhwc(), arm_compute::cpu::directconv3d_quantized_neon_ndhwc(), and arm_compute::operator<<().