Home
last modified time | relevance | path

Searched defs:InstanceNormalizationLayerKernelInfo (Results 1 – 1 of 1) sorted by relevance

/external/ComputeLibrary/arm_compute/core/
DKernelDescriptors.h128 struct InstanceNormalizationLayerKernelInfo struct
131 InstanceNormalizationLayerKernelInfo() in InstanceNormalizationLayerKernelInfo() argument
142InstanceNormalizationLayerKernelInfo(float gamma, float beta, float epsilon, bool use_mixed_precis… in InstanceNormalizationLayerKernelInfo() argument
147 …mma; /**< The scale scalar value applied to the normalized tensor. Defaults to 1.0 */
148 …a; /**< The offset scalar value applied to the normalized tensor. Defaults to 0.0 */
149 float epsilon; /**< Lower bound value for the normalization. Defaults to 1e-12 */
150 … bool use_mixed_precision; /**< Use mixed precision in case of FP16 execution. Defaults to true */