ONE - On-device Neural Engine
Loading...
Searching...
No Matches
luci_interpreter_pal::ConvParams Struct Reference

#include <Params.h>

Collaboration diagram for luci_interpreter_pal::ConvParams:

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
 
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
 
int32_t depth_multiplier
 
std::vector< int32_t > per_channel_output_multiplier
 
std::vector< int > per_channel_output_shift
 

Detailed Description

Definition at line 83 of file Params.h.

Field Documentation

◆ depth_multiplier

int32_t luci_interpreter_pal::ConvParams::depth_multiplier

Definition at line 103 of file Params.h.

◆ dilation_height_factor

int16_t luci_interpreter_pal::ConvParams::dilation_height_factor

Definition at line 90 of file Params.h.

◆ dilation_width_factor

int16_t luci_interpreter_pal::ConvParams::dilation_width_factor

Definition at line 89 of file Params.h.

◆ float_activation_max

float luci_interpreter_pal::ConvParams::float_activation_max

Definition at line 102 of file Params.h.

Referenced by luci_interpreter_pal::TransposeConv().

◆ float_activation_min

float luci_interpreter_pal::ConvParams::float_activation_min

Definition at line 101 of file Params.h.

Referenced by luci_interpreter_pal::TransposeConv().

◆ input_offset

int32_t luci_interpreter_pal::ConvParams::input_offset

Definition at line 92 of file Params.h.

◆ output_multiplier

int32_t luci_interpreter_pal::ConvParams::output_multiplier

Definition at line 95 of file Params.h.

◆ output_offset

int32_t luci_interpreter_pal::ConvParams::output_offset

Definition at line 94 of file Params.h.

◆ output_shift

int luci_interpreter_pal::ConvParams::output_shift

Definition at line 96 of file Params.h.

◆ padding_type

PaddingType luci_interpreter_pal::ConvParams::padding_type

Definition at line 85 of file Params.h.

◆ padding_values

PaddingValues luci_interpreter_pal::ConvParams::padding_values

Definition at line 86 of file Params.h.

Referenced by luci_interpreter_pal::TransposeConv().

◆ per_channel_output_multiplier

std::vector<int32_t> luci_interpreter_pal::ConvParams::per_channel_output_multiplier

Definition at line 104 of file Params.h.

◆ per_channel_output_shift

std::vector<int> luci_interpreter_pal::ConvParams::per_channel_output_shift

Definition at line 105 of file Params.h.

◆ quantized_activation_max

int32_t luci_interpreter_pal::ConvParams::quantized_activation_max

Definition at line 99 of file Params.h.

◆ quantized_activation_min

int32_t luci_interpreter_pal::ConvParams::quantized_activation_min

Definition at line 98 of file Params.h.

◆ stride_height

int16_t luci_interpreter_pal::ConvParams::stride_height

Definition at line 88 of file Params.h.

Referenced by luci_interpreter_pal::TransposeConv().

◆ stride_width

int16_t luci_interpreter_pal::ConvParams::stride_width

Definition at line 87 of file Params.h.

Referenced by luci_interpreter_pal::TransposeConv().

◆ weights_offset

int32_t luci_interpreter_pal::ConvParams::weights_offset

Definition at line 93 of file Params.h.


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