Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/arm_compute/core/
H A DKernelDescriptors.h142 struct InstanceNormalizationLayerKernelInfo struct
145 InstanceNormalizationLayerKernelInfo() in InstanceNormalizationLayerKernelInfo() argument
156InstanceNormalizationLayerKernelInfo(float gamma, float beta, float epsilon, bool use_mixed_precis… in InstanceNormalizationLayerKernelInfo() function
161 …mma; /**< The scale scalar value applied to the normalized tensor. Defaults to 1.0 */
162 …a; /**< The offset scalar value applied to the normalized tensor. Defaults to 0.0 */
163 float epsilon; /**< Lower bound value for the normalization. Defaults to 1e-12 */
164 … bool use_mixed_precision; /**< Use mixed precision in case of FP16 execution. Defaults to true */