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