MPSGraph_MPSGraphCumulativeOps.CumulativeMaximum 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.
Overloads
CumulativeMaximum(MPSGraph, MPSGraphTensor, MPSGraphTensor, String)
[Foundation.Export("cumulativeMaximumWithTensor:axisTensor:name:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MetalPerformanceShadersGraph.MPSGraphTensor CumulativeMaximum(this MetalPerformanceShadersGraph.MPSGraph This, MetalPerformanceShadersGraph.MPSGraphTensor tensor, MetalPerformanceShadersGraph.MPSGraphTensor axisTensor, string? name);
[<Foundation.Export("cumulativeMaximumWithTensor:axisTensor:name:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member CumulativeMaximum : MetalPerformanceShadersGraph.MPSGraph * MetalPerformanceShadersGraph.MPSGraphTensor * MetalPerformanceShadersGraph.MPSGraphTensor * string -> MetalPerformanceShadersGraph.MPSGraphTensor
Parameters
- This
- MPSGraph
- tensor
- MPSGraphTensor
- axisTensor
- MPSGraphTensor
- name
- String
Returns
- Attributes
Applies to
CumulativeMaximum(MPSGraph, MPSGraphTensor, IntPtr, String)
[Foundation.Export("cumulativeMaximumWithTensor:axis:name:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MetalPerformanceShadersGraph.MPSGraphTensor CumulativeMaximum(this MetalPerformanceShadersGraph.MPSGraph This, MetalPerformanceShadersGraph.MPSGraphTensor tensor, IntPtr axis, string? name);
[<Foundation.Export("cumulativeMaximumWithTensor:axis:name:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member CumulativeMaximum : MetalPerformanceShadersGraph.MPSGraph * MetalPerformanceShadersGraph.MPSGraphTensor * nativeint * string -> MetalPerformanceShadersGraph.MPSGraphTensor
Parameters
- This
- MPSGraph
- tensor
- MPSGraphTensor
- axis
-
IntPtr
nativeint
- name
- String
Returns
- Attributes
Applies to
CumulativeMaximum(MPSGraph, MPSGraphTensor, MPSGraphTensor, Boolean, Boolean, String)
[Foundation.Export("cumulativeMaximumWithTensor:axisTensor:exclusive:reverse:name:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MetalPerformanceShadersGraph.MPSGraphTensor CumulativeMaximum(this MetalPerformanceShadersGraph.MPSGraph This, MetalPerformanceShadersGraph.MPSGraphTensor tensor, MetalPerformanceShadersGraph.MPSGraphTensor axisTensor, bool exclusive, bool reverse, string? name);
[<Foundation.Export("cumulativeMaximumWithTensor:axisTensor:exclusive:reverse:name:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member CumulativeMaximum : MetalPerformanceShadersGraph.MPSGraph * MetalPerformanceShadersGraph.MPSGraphTensor * MetalPerformanceShadersGraph.MPSGraphTensor * bool * bool * string -> MetalPerformanceShadersGraph.MPSGraphTensor
Parameters
- This
- MPSGraph
- tensor
- MPSGraphTensor
- axisTensor
- MPSGraphTensor
- exclusive
- Boolean
- reverse
- Boolean
- name
- String
Returns
- Attributes
Applies to
CumulativeMaximum(MPSGraph, MPSGraphTensor, IntPtr, Boolean, Boolean, String)
[Foundation.Export("cumulativeMaximumWithTensor:axis:exclusive:reverse:name:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MetalPerformanceShadersGraph.MPSGraphTensor CumulativeMaximum(this MetalPerformanceShadersGraph.MPSGraph This, MetalPerformanceShadersGraph.MPSGraphTensor tensor, IntPtr axis, bool exclusive, bool reverse, string? name);
[<Foundation.Export("cumulativeMaximumWithTensor:axis:exclusive:reverse:name:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member CumulativeMaximum : MetalPerformanceShadersGraph.MPSGraph * MetalPerformanceShadersGraph.MPSGraphTensor * nativeint * bool * bool * string -> MetalPerformanceShadersGraph.MPSGraphTensor
Parameters
- This
- MPSGraph
- tensor
- MPSGraphTensor
- axis
-
IntPtr
nativeint
- exclusive
- Boolean
- reverse
- Boolean
- name
- String
Returns
- Attributes