Share via


MPSGraph_MPSGraphTensorShapeOps.SpaceToBatch Method

Definition

Overloads

SpaceToBatch(MPSGraph, MPSGraphTensor, MPSGraphTensor, MPSGraphTensor, MPSGraphTensor, Boolean, String)

[Foundation.Export("spaceToBatchTensor:spatialAxesTensor:batchAxisTensor:blockDimensionsTensor:usePixelShuffleOrder:name:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MetalPerformanceShadersGraph.MPSGraphTensor SpaceToBatch(this MetalPerformanceShadersGraph.MPSGraph This, MetalPerformanceShadersGraph.MPSGraphTensor tensor, MetalPerformanceShadersGraph.MPSGraphTensor spatialAxesTensor, MetalPerformanceShadersGraph.MPSGraphTensor batchAxisTensor, MetalPerformanceShadersGraph.MPSGraphTensor blockDimensionsTensor, bool usePixelShuffleOrder, string? name);
[<Foundation.Export("spaceToBatchTensor:spatialAxesTensor:batchAxisTensor:blockDimensionsTensor:usePixelShuffleOrder:name:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member SpaceToBatch : MetalPerformanceShadersGraph.MPSGraph * MetalPerformanceShadersGraph.MPSGraphTensor * MetalPerformanceShadersGraph.MPSGraphTensor * MetalPerformanceShadersGraph.MPSGraphTensor * MetalPerformanceShadersGraph.MPSGraphTensor * bool * string -> MetalPerformanceShadersGraph.MPSGraphTensor

Parameters

This
MPSGraph
spatialAxesTensor
MPSGraphTensor
batchAxisTensor
MPSGraphTensor
blockDimensionsTensor
MPSGraphTensor
usePixelShuffleOrder
Boolean
name
String

Returns

Attributes

Applies to

SpaceToBatch(MPSGraph, MPSGraphTensor, Int32[], IntPtr, Int32[], Boolean, String)

[Foundation.Export("spaceToBatchTensor:spatialAxes:batchAxis:blockDimensions:usePixelShuffleOrder:name:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MetalPerformanceShadersGraph.MPSGraphTensor SpaceToBatch(this MetalPerformanceShadersGraph.MPSGraph This, MetalPerformanceShadersGraph.MPSGraphTensor tensor, int[] spatialAxes, IntPtr batchAxis, int[] blockDimensions, bool usePixelShuffleOrder, string? name);
[<Foundation.Export("spaceToBatchTensor:spatialAxes:batchAxis:blockDimensions:usePixelShuffleOrder:name:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member SpaceToBatch : MetalPerformanceShadersGraph.MPSGraph * MetalPerformanceShadersGraph.MPSGraphTensor * int[] * nativeint * int[] * bool * string -> MetalPerformanceShadersGraph.MPSGraphTensor

Parameters

This
MPSGraph
spatialAxes
Int32[]
batchAxis
IntPtr

nativeint

blockDimensions
Int32[]
usePixelShuffleOrder
Boolean
name
String

Returns

Attributes

Applies to