Share via


MPSGraph_MPSGraphCumulativeOps.CumulativeMinimum Method

Definition

Overloads

CumulativeMinimum(MPSGraph, MPSGraphTensor, MPSGraphTensor, String)

[Foundation.Export("cumulativeMinimumWithTensor:axisTensor:name:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MetalPerformanceShadersGraph.MPSGraphTensor CumulativeMinimum(this MetalPerformanceShadersGraph.MPSGraph This, MetalPerformanceShadersGraph.MPSGraphTensor tensor, MetalPerformanceShadersGraph.MPSGraphTensor axisTensor, string? name);
[<Foundation.Export("cumulativeMinimumWithTensor:axisTensor:name:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member CumulativeMinimum : MetalPerformanceShadersGraph.MPSGraph * MetalPerformanceShadersGraph.MPSGraphTensor * MetalPerformanceShadersGraph.MPSGraphTensor * string -> MetalPerformanceShadersGraph.MPSGraphTensor

Parameters

This
MPSGraph
axisTensor
MPSGraphTensor
name
String

Returns

Attributes

Applies to

CumulativeMinimum(MPSGraph, MPSGraphTensor, IntPtr, String)

[Foundation.Export("cumulativeMinimumWithTensor:axis:name:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MetalPerformanceShadersGraph.MPSGraphTensor CumulativeMinimum(this MetalPerformanceShadersGraph.MPSGraph This, MetalPerformanceShadersGraph.MPSGraphTensor tensor, IntPtr axis, string? name);
[<Foundation.Export("cumulativeMinimumWithTensor:axis:name:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member CumulativeMinimum : MetalPerformanceShadersGraph.MPSGraph * MetalPerformanceShadersGraph.MPSGraphTensor * nativeint * string -> MetalPerformanceShadersGraph.MPSGraphTensor

Parameters

This
MPSGraph
axis
IntPtr

nativeint

name
String

Returns

Attributes

Applies to

CumulativeMinimum(MPSGraph, MPSGraphTensor, MPSGraphTensor, Boolean, Boolean, String)

[Foundation.Export("cumulativeMinimumWithTensor:axisTensor:exclusive:reverse:name:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MetalPerformanceShadersGraph.MPSGraphTensor CumulativeMinimum(this MetalPerformanceShadersGraph.MPSGraph This, MetalPerformanceShadersGraph.MPSGraphTensor tensor, MetalPerformanceShadersGraph.MPSGraphTensor axisTensor, bool exclusive, bool reverse, string? name);
[<Foundation.Export("cumulativeMinimumWithTensor:axisTensor:exclusive:reverse:name:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member CumulativeMinimum : MetalPerformanceShadersGraph.MPSGraph * MetalPerformanceShadersGraph.MPSGraphTensor * MetalPerformanceShadersGraph.MPSGraphTensor * bool * bool * string -> MetalPerformanceShadersGraph.MPSGraphTensor

Parameters

This
MPSGraph
axisTensor
MPSGraphTensor
exclusive
Boolean
reverse
Boolean
name
String

Returns

Attributes

Applies to

CumulativeMinimum(MPSGraph, MPSGraphTensor, IntPtr, Boolean, Boolean, String)

[Foundation.Export("cumulativeMinimumWithTensor:axis:exclusive:reverse:name:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MetalPerformanceShadersGraph.MPSGraphTensor CumulativeMinimum(this MetalPerformanceShadersGraph.MPSGraph This, MetalPerformanceShadersGraph.MPSGraphTensor tensor, IntPtr axis, bool exclusive, bool reverse, string? name);
[<Foundation.Export("cumulativeMinimumWithTensor:axis:exclusive:reverse:name:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member CumulativeMinimum : MetalPerformanceShadersGraph.MPSGraph * MetalPerformanceShadersGraph.MPSGraphTensor * nativeint * bool * bool * string -> MetalPerformanceShadersGraph.MPSGraphTensor

Parameters

This
MPSGraph
axis
IntPtr

nativeint

exclusive
Boolean
reverse
Boolean
name
String

Returns

Attributes

Applies to