ONE - On-device Neural Engine
Loading...
Searching...
No Matches
luci::compute::DepthwiseParams Struct Reference

#include <Types.h>

Collaboration diagram for luci::compute::DepthwiseParams:

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
 

Detailed Description

Definition at line 53 of file Types.h.

Field Documentation

◆ depth_multiplier

int16_t luci::compute::DepthwiseParams::depth_multiplier

◆ dilation_height_factor

int16_t luci::compute::DepthwiseParams::dilation_height_factor

◆ dilation_width_factor

int16_t luci::compute::DepthwiseParams::dilation_width_factor

◆ float_activation_max

float luci::compute::DepthwiseParams::float_activation_max

◆ float_activation_min

float luci::compute::DepthwiseParams::float_activation_min

◆ input_offset

int32_t luci::compute::DepthwiseParams::input_offset

Definition at line 64 of file Types.h.

Referenced by luci::compute::DepthwiseConv2D::compute().

◆ output_multiplier

int32_t luci::compute::DepthwiseParams::output_multiplier

Definition at line 67 of file Types.h.

Referenced by luci::compute::DepthwiseConv2D::compute().

◆ output_multiplier_per_channel

const int32_t* luci::compute::DepthwiseParams::output_multiplier_per_channel

Definition at line 75 of file Types.h.

Referenced by luci::compute::DepthwiseConv2D::compute().

◆ output_offset

int32_t luci::compute::DepthwiseParams::output_offset

Definition at line 66 of file Types.h.

Referenced by luci::compute::DepthwiseConv2D::compute().

◆ output_shift

int luci::compute::DepthwiseParams::output_shift

Definition at line 68 of file Types.h.

Referenced by luci::compute::DepthwiseConv2D::compute().

◆ output_shift_per_channel

const int32_t* luci::compute::DepthwiseParams::output_shift_per_channel

Definition at line 76 of file Types.h.

Referenced by luci::compute::DepthwiseConv2D::compute().

◆ padding_type

PaddingType luci::compute::DepthwiseParams::padding_type

◆ padding_values

PaddingValues luci::compute::DepthwiseParams::padding_values

◆ quantized_activation_max

int32_t luci::compute::DepthwiseParams::quantized_activation_max

Definition at line 71 of file Types.h.

Referenced by luci::compute::DepthwiseConv2D::compute().

◆ quantized_activation_min

int32_t luci::compute::DepthwiseParams::quantized_activation_min

Definition at line 70 of file Types.h.

Referenced by luci::compute::DepthwiseConv2D::compute().

◆ stride_height

int16_t luci::compute::DepthwiseParams::stride_height

◆ stride_width

int16_t luci::compute::DepthwiseParams::stride_width

◆ weights_offset

int32_t luci::compute::DepthwiseParams::weights_offset

Definition at line 65 of file Types.h.

Referenced by luci::compute::DepthwiseConv2D::compute().


The documentation for this struct was generated from the following file: