Share via


MLCScatterLayer.Create(UIntPtr, MLCReductionType) Method

Definition

[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

Applies to