ONE - On-device Neural Engine
Loading...
Searching...
No Matches
nnfw::cker::TransposeConvParams Struct Reference

#include <Types.h>

Collaboration diagram for nnfw::cker::TransposeConvParams:

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
 

Detailed Description

Definition at line 330 of file Types.h.

Field Documentation

◆ dilation_height_factor

int16_t nnfw::cker::TransposeConvParams::dilation_height_factor

Definition at line 338 of file Types.h.

◆ dilation_width_factor

int16_t nnfw::cker::TransposeConvParams::dilation_width_factor

Definition at line 337 of file Types.h.

◆ float_activation_max

float nnfw::cker::TransposeConvParams::float_activation_max

Definition at line 351 of file Types.h.

◆ float_activation_min

float nnfw::cker::TransposeConvParams::float_activation_min

Definition at line 350 of file Types.h.

◆ input_offset

int32_t nnfw::cker::TransposeConvParams::input_offset

Definition at line 341 of file Types.h.

◆ output_multiplier

int32_t nnfw::cker::TransposeConvParams::output_multiplier

Definition at line 344 of file Types.h.

◆ output_offset

int32_t nnfw::cker::TransposeConvParams::output_offset

Definition at line 343 of file Types.h.

◆ output_shift

int nnfw::cker::TransposeConvParams::output_shift

Definition at line 345 of file Types.h.

◆ padding_type

PaddingType nnfw::cker::TransposeConvParams::padding_type

Definition at line 332 of file Types.h.

◆ padding_values

PaddingValues nnfw::cker::TransposeConvParams::padding_values

Definition at line 333 of file Types.h.

Referenced by nnfw::cker::TransposeConv().

◆ quantized_activation_max

int32_t nnfw::cker::TransposeConvParams::quantized_activation_max

Definition at line 348 of file Types.h.

◆ quantized_activation_min

int32_t nnfw::cker::TransposeConvParams::quantized_activation_min

Definition at line 347 of file Types.h.

◆ stride_height

int16_t nnfw::cker::TransposeConvParams::stride_height

Definition at line 336 of file Types.h.

Referenced by nnfw::cker::TransposeConv().

◆ stride_width

int16_t nnfw::cker::TransposeConvParams::stride_width

Definition at line 335 of file Types.h.

Referenced by nnfw::cker::TransposeConv().

◆ weights_offset

int32_t nnfw::cker::TransposeConvParams::weights_offset

Definition at line 342 of file Types.h.


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