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

#include <KernelParams.h>

Collaboration diagram for luci_interpreter::TransposeConvParams:

Data Fields

Padding padding
 
int32_t stride_height
 
int32_t stride_width
 
Activation activation
 

Detailed Description

Definition at line 244 of file KernelParams.h.

Field Documentation

◆ activation

Activation luci_interpreter::TransposeConvParams::activation

Definition at line 249 of file KernelParams.h.

◆ padding

Padding luci_interpreter::TransposeConvParams::padding

Definition at line 246 of file KernelParams.h.

Referenced by luci_interpreter::build_kernel_CircleTransposeConv().

◆ stride_height

int32_t luci_interpreter::TransposeConvParams::stride_height

Definition at line 247 of file KernelParams.h.

◆ stride_width

int32_t luci_interpreter::TransposeConvParams::stride_width

Definition at line 248 of file KernelParams.h.


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