Share via


MPSGraph_MPSGraphTensorShapeOps.CoordinateAlongAxis Method

Definition

Overloads

CoordinateAlongAxis(MPSGraph, MPSGraphTensor, MPSGraphTensor, String)

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

Parameters

This
MPSGraph
axisTensor
MPSGraphTensor
shapeTensor
MPSGraphTensor
name
String

Returns

Attributes

Applies to

CoordinateAlongAxis(MPSGraph, MPSGraphTensor, Int32[], String)

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

Parameters

This
MPSGraph
axisTensor
MPSGraphTensor
shape
Int32[]
name
String

Returns

Attributes

Applies to

CoordinateAlongAxis(MPSGraph, IntPtr, MPSGraphTensor, String)

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

Parameters

This
MPSGraph
axis
IntPtr

nativeint

shapeTensor
MPSGraphTensor
name
String

Returns

Attributes

Applies to

CoordinateAlongAxis(MPSGraph, IntPtr, Int32[], String)

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

Parameters

This
MPSGraph
axis
IntPtr

nativeint

shape
Int32[]
name
String

Returns

Attributes

Applies to