ONE - On-device Neural Engine
|
#include <Types.h>
Data Fields | |
float | epsilon |
float | float_activation_min |
float | float_activation_max |
float nnfw::cker::InstanceNormParams::epsilon |
Definition at line 317 of file Types.h.
Referenced by package.experimental.train.optimizer.adam.Adam::__init__(), and nnfw::cker::InstanceNorm().
float nnfw::cker::InstanceNormParams::float_activation_max |
Definition at line 319 of file Types.h.
Referenced by nnfw::cker::InstanceNorm().
float nnfw::cker::InstanceNormParams::float_activation_min |
Definition at line 318 of file Types.h.
Referenced by nnfw::cker::InstanceNorm().