|
ONE - On-device Neural Engine
|
#include <Types.h>

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 |
| FusedActivationFunctionType nnfw::cker::FullyConnectedParams::activation {FusedActivationFunctionType::kNone} |
Definition at line 257 of file Types.h.
Referenced by nnfw::cker::FullyConnected(), onert::backend::cpu::ops::FullyConnectedLayer::fullyConnected16x1Float32(), onert::backend::cpu::ops::FullyConnectedLayer::fullyConnectedFloat32(), onert::backend::cpu::ops::FullyConnectedLayer::fullyConnectedHybrid(), nnfw::cker::FullyConnectedHybrid(), onert::backend::cpu::ops::FullyConnectedLayer::fullyConnectedSparseWeight(), nnfw::cker::FullyConnectedSparseWeight16x1(), and nnfw::cker::FullyConnectedSparseWeightRandom().
| float nnfw::cker::FullyConnectedParams::float_activation_max |
Definition at line 271 of file Types.h.
Referenced by onert::backend::cpu::ops::FullyConnectedLayer::fullyConnectedFloat32().
| float nnfw::cker::FullyConnectedParams::float_activation_min |
Definition at line 270 of file Types.h.
Referenced by onert::backend::cpu::ops::FullyConnectedLayer::fullyConnectedFloat32().
| int32_t nnfw::cker::FullyConnectedParams::input_offset |
Definition at line 260 of file Types.h.
Referenced by nnfw::cker::FullyConnected(), and onert::backend::cpu::ops::FullyConnectedLayer::fullyConnectedQuant8().
| bool nnfw::cker::FullyConnectedParams::lhs_cacheable |
Definition at line 273 of file Types.h.
Referenced by onert::backend::cpu::ops::FullyConnectedLayer::fullyConnectedFloat32().
| int32_t nnfw::cker::FullyConnectedParams::output_multiplier |
Definition at line 264 of file Types.h.
Referenced by nnfw::cker::FullyConnected(), and onert::backend::cpu::ops::FullyConnectedLayer::fullyConnectedQuant8().
| int32_t nnfw::cker::FullyConnectedParams::output_offset |
Definition at line 263 of file Types.h.
Referenced by nnfw::cker::FullyConnected(), and onert::backend::cpu::ops::FullyConnectedLayer::fullyConnectedQuant8().
| int nnfw::cker::FullyConnectedParams::output_shift |
Definition at line 265 of file Types.h.
Referenced by nnfw::cker::FullyConnected(), and onert::backend::cpu::ops::FullyConnectedLayer::fullyConnectedQuant8().
| int32_t nnfw::cker::FullyConnectedParams::quantized_activation_max |
Definition at line 268 of file Types.h.
Referenced by nnfw::cker::FullyConnected(), and onert::backend::cpu::ops::FullyConnectedLayer::fullyConnectedQuant8().
| int32_t nnfw::cker::FullyConnectedParams::quantized_activation_min |
Definition at line 267 of file Types.h.
Referenced by nnfw::cker::FullyConnected(), and onert::backend::cpu::ops::FullyConnectedLayer::fullyConnectedQuant8().
| bool nnfw::cker::FullyConnectedParams::rhs_cacheable |
Definition at line 274 of file Types.h.
Referenced by onert::backend::cpu::ops::FullyConnectedLayer::fullyConnectedFloat32().
| int32_t nnfw::cker::FullyConnectedParams::weights_offset |
Definition at line 261 of file Types.h.
Referenced by nnfw::cker::FullyConnected(), and onert::backend::cpu::ops::FullyConnectedLayer::fullyConnectedQuant8().
| float nnfw::cker::FullyConnectedParams::weights_scale |
Definition at line 262 of file Types.h.
Referenced by onert::backend::cpu::ops::FullyConnectedLayer::fullyConnectedHybrid(), and nnfw::cker::FullyConnectedHybrid().