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

#include <Types.h>

Collaboration diagram for luci::compute::FullyConnectedParams:

Data Fields

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 lhs_cacheable
 
bool rhs_cacheable
 
FullyConnectedWeightsFormat weights_format
 

Detailed Description

Definition at line 87 of file Types.h.

Field Documentation

◆ float_activation_max

float luci::compute::FullyConnectedParams::float_activation_max

◆ float_activation_min

float luci::compute::FullyConnectedParams::float_activation_min

◆ input_offset

int32_t luci::compute::FullyConnectedParams::input_offset

Definition at line 91 of file Types.h.

Referenced by luci::compute::FullyConnected::compute().

◆ lhs_cacheable

bool luci::compute::FullyConnectedParams::lhs_cacheable

Definition at line 103 of file Types.h.

Referenced by luci::compute::FullyConnected::compute().

◆ output_multiplier

int32_t luci::compute::FullyConnectedParams::output_multiplier

Definition at line 94 of file Types.h.

Referenced by luci::compute::FullyConnected::compute().

◆ output_offset

int32_t luci::compute::FullyConnectedParams::output_offset

Definition at line 93 of file Types.h.

Referenced by luci::compute::FullyConnected::compute().

◆ output_shift

int luci::compute::FullyConnectedParams::output_shift

Definition at line 95 of file Types.h.

Referenced by luci::compute::FullyConnected::compute().

◆ quantized_activation_max

int32_t luci::compute::FullyConnectedParams::quantized_activation_max

Definition at line 98 of file Types.h.

Referenced by luci::compute::FullyConnected::compute().

◆ quantized_activation_min

int32_t luci::compute::FullyConnectedParams::quantized_activation_min

Definition at line 97 of file Types.h.

Referenced by luci::compute::FullyConnected::compute().

◆ rhs_cacheable

bool luci::compute::FullyConnectedParams::rhs_cacheable

Definition at line 104 of file Types.h.

Referenced by luci::compute::FullyConnected::compute().

◆ weights_format

FullyConnectedWeightsFormat luci::compute::FullyConnectedParams::weights_format

Definition at line 105 of file Types.h.

Referenced by luci::compute::FullyConnected::compute().

◆ weights_offset

int32_t luci::compute::FullyConnectedParams::weights_offset

Definition at line 92 of file Types.h.

Referenced by luci::compute::FullyConnected::compute().


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