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

#include <Params.h>

Collaboration diagram for luci_interpreter_pal::FullyConnectedParams:

Data Fields

int32_t input_offset
 
int32_t weights_offset
 
const float * weights_scales
 
bool is_channel_wise_quant
 
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 lhs_cacheable
 
bool rhs_cacheable
 

Detailed Description

Definition at line 44 of file Params.h.

Field Documentation

◆ float_activation_max

float luci_interpreter_pal::FullyConnectedParams::float_activation_max

◆ float_activation_min

float luci_interpreter_pal::FullyConnectedParams::float_activation_min

◆ input_offset

◆ is_channel_wise_quant

bool luci_interpreter_pal::FullyConnectedParams::is_channel_wise_quant

Definition at line 49 of file Params.h.

Referenced by luci_interpreter_pal::FullyConnected().

◆ lhs_cacheable

bool luci_interpreter_pal::FullyConnectedParams::lhs_cacheable

Definition at line 60 of file Params.h.

◆ output_multiplier

int32_t luci_interpreter_pal::FullyConnectedParams::output_multiplier

◆ output_offset

◆ output_shift

◆ quantized_activation_max

int32_t luci_interpreter_pal::FullyConnectedParams::quantized_activation_max

◆ quantized_activation_min

int32_t luci_interpreter_pal::FullyConnectedParams::quantized_activation_min

◆ rhs_cacheable

bool luci_interpreter_pal::FullyConnectedParams::rhs_cacheable

Definition at line 61 of file Params.h.

◆ weights_offset

◆ weights_scales

const float* luci_interpreter_pal::FullyConnectedParams::weights_scales

Definition at line 48 of file Params.h.

Referenced by luci_interpreter_pal::FullyConnected().


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