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

#include <Params.h>

Collaboration diagram for luci_interpreter_pal::PadParams:

Data Fields

int8_t left_padding_count
 
int32_t left_padding [5]
 
int8_t right_padding_count
 
int32_t right_padding [5]
 

Detailed Description

Definition at line 36 of file Params.h.

Field Documentation

◆ left_padding

int32_t luci_interpreter_pal::PadParams::left_padding[5]

Definition at line 39 of file Params.h.

Referenced by luci_interpreter_pal::Pad().

◆ left_padding_count

int8_t luci_interpreter_pal::PadParams::left_padding_count

Definition at line 38 of file Params.h.

Referenced by luci_interpreter_pal::Pad().

◆ right_padding

int32_t luci_interpreter_pal::PadParams::right_padding[5]

Definition at line 41 of file Params.h.

Referenced by luci_interpreter_pal::Pad().

◆ right_padding_count

int8_t luci_interpreter_pal::PadParams::right_padding_count

Definition at line 40 of file Params.h.

Referenced by luci_interpreter_pal::Pad().


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