MPSGraph_MPSGraphLinearAlgebraOps.BandPart 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
| Name | Description |
|---|---|
| BandPart(MPSGraph, MPSGraphTensor, MPSGraphTensor, MPSGraphTensor, String) | |
| BandPart(MPSGraph, MPSGraphTensor, IntPtr, IntPtr, String) |
BandPart(MPSGraph, MPSGraphTensor, MPSGraphTensor, MPSGraphTensor, String)
[Foundation.Export("bandPartWithTensor:numLowerTensor:numUpperTensor:name:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MetalPerformanceShadersGraph.MPSGraphTensor BandPart(this MetalPerformanceShadersGraph.MPSGraph This, MetalPerformanceShadersGraph.MPSGraphTensor inputTensor, MetalPerformanceShadersGraph.MPSGraphTensor numLowerTensor, MetalPerformanceShadersGraph.MPSGraphTensor numUpperTensor, string? name);
[<Foundation.Export("bandPartWithTensor:numLowerTensor:numUpperTensor:name:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member BandPart : MetalPerformanceShadersGraph.MPSGraph * MetalPerformanceShadersGraph.MPSGraphTensor * MetalPerformanceShadersGraph.MPSGraphTensor * MetalPerformanceShadersGraph.MPSGraphTensor * string -> MetalPerformanceShadersGraph.MPSGraphTensor
Parameters
- This
- MPSGraph
- inputTensor
- MPSGraphTensor
- numLowerTensor
- MPSGraphTensor
- numUpperTensor
- MPSGraphTensor
- name
- String
Returns
- Attributes
Applies to
BandPart(MPSGraph, MPSGraphTensor, IntPtr, IntPtr, String)
[Foundation.Export("bandPartWithTensor:numLower:numUpper:name:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MetalPerformanceShadersGraph.MPSGraphTensor BandPart(this MetalPerformanceShadersGraph.MPSGraph This, MetalPerformanceShadersGraph.MPSGraphTensor inputTensor, IntPtr numLower, IntPtr numUpper, string? name);
[<Foundation.Export("bandPartWithTensor:numLower:numUpper:name:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member BandPart : MetalPerformanceShadersGraph.MPSGraph * MetalPerformanceShadersGraph.MPSGraphTensor * nativeint * nativeint * string -> MetalPerformanceShadersGraph.MPSGraphTensor
Parameters
- This
- MPSGraph
- inputTensor
- MPSGraphTensor
- numLower
-
IntPtr
nativeint
- numUpper
-
IntPtr
nativeint
- name
- String
Returns
- Attributes