Share via


MLCSliceLayer.Create(IntPtr[], IntPtr[], IntPtr[]) Method

Definition

[Foundation.Export("sliceLayerWithStart:end:stride:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MLCompute.MLCSliceLayer? Create(IntPtr[] start, IntPtr[] end, IntPtr[]? stride);
[<Foundation.Export("sliceLayerWithStart:end:stride:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : nativeint[] * nativeint[] * nativeint[] -> MLCompute.MLCSliceLayer

Parameters

start

IntPtr[]

nativeint[]

end

IntPtr[]

nativeint[]

stride

IntPtr[]

nativeint[]

Returns

Attributes

Applies to