MLCGroupNormalizationLayer.Create Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("layerWithFeatureChannelCount:groupCount:beta:gamma:varianceEpsilon:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MLCompute.MLCGroupNormalizationLayer? Create(UIntPtr featureChannelCount, UIntPtr groupCount, MLCompute.MLCTensor? beta, MLCompute.MLCTensor? gamma, float varianceEpsilon);
[<Foundation.Export("layerWithFeatureChannelCount:groupCount:beta:gamma:varianceEpsilon:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : unativeint * unativeint * MLCompute.MLCTensor * MLCompute.MLCTensor * single -> MLCompute.MLCGroupNormalizationLayer
Parameters
- featureChannelCount
-
UIntPtr
unativeint
- groupCount
-
UIntPtr
unativeint
- beta
- MLCTensor
- gamma
- MLCTensor
- varianceEpsilon
- Single
Returns
- Attributes