Searched defs:InstanceNormalizationLayerKernelInfo (Results 1 – 1 of 1) sorted by relevance
128 struct InstanceNormalizationLayerKernelInfo struct131 InstanceNormalizationLayerKernelInfo() in InstanceNormalizationLayerKernelInfo() argument142 …InstanceNormalizationLayerKernelInfo(float gamma, float beta, float epsilon, bool use_mixed_precis… in InstanceNormalizationLayerKernelInfo() argument147 …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 */