ONE - On-device Neural Engine
|
#include <Types.h>
Data Fields | |
PaddingType | padding_type |
PaddingValues | padding_values |
int16_t | stride_width |
int16_t | stride_height |
int16_t | dilation_width_factor |
int16_t | dilation_height_factor |
int16_t | depth_multiplier |
int32_t | input_offset |
int32_t | weights_offset |
int32_t | output_offset |
int32_t | output_multiplier |
int | output_shift |
int32_t | quantized_activation_min |
int32_t | quantized_activation_max |
float | float_activation_min |
float | float_activation_max |
const int32_t * | output_multiplier_per_channel |
const int32_t * | output_shift_per_channel |
int16_t luci::compute::DepthwiseParams::depth_multiplier |
Definition at line 61 of file Types.h.
Referenced by luci::compute::DepthwiseConv2D::compute(), and luci::compute::DepthwiseConv2D::prepare().
int16_t luci::compute::DepthwiseParams::dilation_height_factor |
Definition at line 60 of file Types.h.
Referenced by luci::compute::DepthwiseConv2D::compute(), and luci::compute::DepthwiseConv2D::prepare().
int16_t luci::compute::DepthwiseParams::dilation_width_factor |
Definition at line 59 of file Types.h.
Referenced by luci::compute::DepthwiseConv2D::compute(), and luci::compute::DepthwiseConv2D::prepare().
float luci::compute::DepthwiseParams::float_activation_max |
Definition at line 74 of file Types.h.
Referenced by luci::compute::DepthwiseConv2D::compute(), and luci::compute::DepthwiseConv2D::prepare().
float luci::compute::DepthwiseParams::float_activation_min |
Definition at line 73 of file Types.h.
Referenced by luci::compute::DepthwiseConv2D::compute(), and luci::compute::DepthwiseConv2D::prepare().
int32_t luci::compute::DepthwiseParams::input_offset |
Definition at line 64 of file Types.h.
Referenced by luci::compute::DepthwiseConv2D::compute().
int32_t luci::compute::DepthwiseParams::output_multiplier |
Definition at line 67 of file Types.h.
Referenced by luci::compute::DepthwiseConv2D::compute().
const int32_t* luci::compute::DepthwiseParams::output_multiplier_per_channel |
Definition at line 75 of file Types.h.
Referenced by luci::compute::DepthwiseConv2D::compute().
int32_t luci::compute::DepthwiseParams::output_offset |
Definition at line 66 of file Types.h.
Referenced by luci::compute::DepthwiseConv2D::compute().
int luci::compute::DepthwiseParams::output_shift |
Definition at line 68 of file Types.h.
Referenced by luci::compute::DepthwiseConv2D::compute().
const int32_t* luci::compute::DepthwiseParams::output_shift_per_channel |
Definition at line 76 of file Types.h.
Referenced by luci::compute::DepthwiseConv2D::compute().
PaddingType luci::compute::DepthwiseParams::padding_type |
Definition at line 55 of file Types.h.
Referenced by luci::compute::DepthwiseConv2D::compute(), and luci::compute::DepthwiseConv2D::prepare().
PaddingValues luci::compute::DepthwiseParams::padding_values |
Definition at line 56 of file Types.h.
Referenced by luci::compute::DepthwiseConv2D::compute(), and luci::compute::DepthwiseConv2D::prepare().
int32_t luci::compute::DepthwiseParams::quantized_activation_max |
Definition at line 71 of file Types.h.
Referenced by luci::compute::DepthwiseConv2D::compute().
int32_t luci::compute::DepthwiseParams::quantized_activation_min |
Definition at line 70 of file Types.h.
Referenced by luci::compute::DepthwiseConv2D::compute().
int16_t luci::compute::DepthwiseParams::stride_height |
Definition at line 58 of file Types.h.
Referenced by luci::compute::DepthwiseConv2D::compute(), and luci::compute::DepthwiseConv2D::prepare().
int16_t luci::compute::DepthwiseParams::stride_width |
Definition at line 57 of file Types.h.
Referenced by luci::compute::DepthwiseConv2D::compute(), and luci::compute::DepthwiseConv2D::prepare().
int32_t luci::compute::DepthwiseParams::weights_offset |
Definition at line 65 of file Types.h.
Referenced by luci::compute::DepthwiseConv2D::compute().