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

#include <Types.h>

Collaboration diagram for nnfw::ruy::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
 
bool is_replaced_weights {false}
 

Detailed Description

Definition at line 56 of file Types.h.

Field Documentation

◆ dilation_height_factor

int16_t nnfw::ruy::ConvParams::dilation_height_factor

◆ dilation_width_factor

int16_t nnfw::ruy::ConvParams::dilation_width_factor

◆ float_activation_max

float nnfw::ruy::ConvParams::float_activation_max

Definition at line 77 of file Types.h.

Referenced by onert::backend::ruy::ops::ConvolutionLayer::convFloat32().

◆ float_activation_min

float nnfw::ruy::ConvParams::float_activation_min

Definition at line 76 of file Types.h.

Referenced by onert::backend::ruy::ops::ConvolutionLayer::convFloat32().

◆ input_offset

int32_t nnfw::ruy::ConvParams::input_offset

Definition at line 67 of file Types.h.

◆ is_replaced_weights

bool nnfw::ruy::ConvParams::is_replaced_weights {false}

Definition at line 78 of file Types.h.

78{false};

◆ output_multiplier

int32_t nnfw::ruy::ConvParams::output_multiplier

Definition at line 70 of file Types.h.

◆ output_offset

int32_t nnfw::ruy::ConvParams::output_offset

Definition at line 69 of file Types.h.

◆ output_shift

int nnfw::ruy::ConvParams::output_shift

Definition at line 71 of file Types.h.

◆ padding_type

PaddingType nnfw::ruy::ConvParams::padding_type

Definition at line 58 of file Types.h.

Referenced by onert::backend::ruy::ops::ConvolutionLayer::convFloat32().

◆ padding_values

PaddingValues nnfw::ruy::ConvParams::padding_values

◆ quantized_activation_max

int32_t nnfw::ruy::ConvParams::quantized_activation_max

Definition at line 74 of file Types.h.

◆ quantized_activation_min

int32_t nnfw::ruy::ConvParams::quantized_activation_min

Definition at line 73 of file Types.h.

◆ stride_height

int16_t nnfw::ruy::ConvParams::stride_height

◆ stride_width

int16_t nnfw::ruy::ConvParams::stride_width

◆ weights_offset

int32_t nnfw::ruy::ConvParams::weights_offset

Definition at line 68 of file Types.h.


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