ONE - On-device Neural Engine
|
#include <Types.h>
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 |
float luci::compute::FullyConnectedParams::float_activation_max |
Definition at line 101 of file Types.h.
Referenced by luci::compute::FullyConnected::compute(), and luci::compute::FullyConnected::prepare().
float luci::compute::FullyConnectedParams::float_activation_min |
Definition at line 100 of file Types.h.
Referenced by luci::compute::FullyConnected::compute(), and luci::compute::FullyConnected::prepare().
int32_t luci::compute::FullyConnectedParams::input_offset |
Definition at line 91 of file Types.h.
Referenced by luci::compute::FullyConnected::compute().
bool luci::compute::FullyConnectedParams::lhs_cacheable |
Definition at line 103 of file Types.h.
Referenced by luci::compute::FullyConnected::compute().
int32_t luci::compute::FullyConnectedParams::output_multiplier |
Definition at line 94 of file Types.h.
Referenced by luci::compute::FullyConnected::compute().
int32_t luci::compute::FullyConnectedParams::output_offset |
Definition at line 93 of file Types.h.
Referenced by luci::compute::FullyConnected::compute().
int luci::compute::FullyConnectedParams::output_shift |
Definition at line 95 of file Types.h.
Referenced by luci::compute::FullyConnected::compute().
int32_t luci::compute::FullyConnectedParams::quantized_activation_max |
Definition at line 98 of file Types.h.
Referenced by luci::compute::FullyConnected::compute().
int32_t luci::compute::FullyConnectedParams::quantized_activation_min |
Definition at line 97 of file Types.h.
Referenced by luci::compute::FullyConnected::compute().
bool luci::compute::FullyConnectedParams::rhs_cacheable |
Definition at line 104 of file Types.h.
Referenced by luci::compute::FullyConnected::compute().
FullyConnectedWeightsFormat luci::compute::FullyConnectedParams::weights_format |
Definition at line 105 of file Types.h.
Referenced by luci::compute::FullyConnected::compute().
int32_t luci::compute::FullyConnectedParams::weights_offset |
Definition at line 92 of file Types.h.
Referenced by luci::compute::FullyConnected::compute().