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