MLCScatterLayer.Create(UIntPtr, MLCReductionType) 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("layerWithDimension:reductionType:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MLCompute.MLCScatterLayer? Create(UIntPtr dimension, MLCompute.MLCReductionType reductionType);
[<Foundation.Export("layerWithDimension:reductionType:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : unativeint * MLCompute.MLCReductionType -> MLCompute.MLCScatterLayer
Parameters
- dimension
-
UIntPtr
unativeint
- reductionType
- MLCReductionType
Returns
- Attributes