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

#include <Types.h>

Collaboration diagram for nnfw::ruy::FullyConnectedParams:

Data Fields

FusedActivationFunctionType activation {FusedActivationFunctionType::kNone}
 
int32_t input_offset
 
int32_t weights_offset
 
float weights_scale
 
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 81 of file Types.h.

Field Documentation

◆ activation

◆ float_activation_max

float nnfw::ruy::FullyConnectedParams::float_activation_max

◆ float_activation_min

float nnfw::ruy::FullyConnectedParams::float_activation_min

◆ input_offset

int32_t nnfw::ruy::FullyConnectedParams::input_offset

Definition at line 86 of file Types.h.

◆ lhs_cacheable

bool nnfw::ruy::FullyConnectedParams::lhs_cacheable

◆ output_multiplier

int32_t nnfw::ruy::FullyConnectedParams::output_multiplier

Definition at line 90 of file Types.h.

◆ output_offset

int32_t nnfw::ruy::FullyConnectedParams::output_offset

Definition at line 89 of file Types.h.

◆ output_shift

int nnfw::ruy::FullyConnectedParams::output_shift

Definition at line 91 of file Types.h.

◆ quantized_activation_max

int32_t nnfw::ruy::FullyConnectedParams::quantized_activation_max

Definition at line 94 of file Types.h.

◆ quantized_activation_min

int32_t nnfw::ruy::FullyConnectedParams::quantized_activation_min

Definition at line 93 of file Types.h.

◆ rhs_cacheable

bool nnfw::ruy::FullyConnectedParams::rhs_cacheable

◆ weights_offset

int32_t nnfw::ruy::FullyConnectedParams::weights_offset

Definition at line 87 of file Types.h.

◆ weights_scale

float nnfw::ruy::FullyConnectedParams::weights_scale

Definition at line 88 of file Types.h.


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