Share via


MPSGraph_MPSGraphResizeOps.ResizeBilinear Method

Definition

Overloads

ResizeBilinear(MPSGraph, MPSGraphTensor, MPSGraphTensor, MPSGraphTensor, MPSGraphTensor, String)

[Foundation.Export("resizeBilinearWithTensor:sizeTensor:scaleTensor:offsetTensor:name:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MetalPerformanceShadersGraph.MPSGraphTensor ResizeBilinear(this MetalPerformanceShadersGraph.MPSGraph This, MetalPerformanceShadersGraph.MPSGraphTensor imagesTensor, MetalPerformanceShadersGraph.MPSGraphTensor size, MetalPerformanceShadersGraph.MPSGraphTensor scale, MetalPerformanceShadersGraph.MPSGraphTensor offset, string? name);
[<Foundation.Export("resizeBilinearWithTensor:sizeTensor:scaleTensor:offsetTensor:name:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ResizeBilinear : MetalPerformanceShadersGraph.MPSGraph * MetalPerformanceShadersGraph.MPSGraphTensor * MetalPerformanceShadersGraph.MPSGraphTensor * MetalPerformanceShadersGraph.MPSGraphTensor * MetalPerformanceShadersGraph.MPSGraphTensor * string -> MetalPerformanceShadersGraph.MPSGraphTensor

Parameters

This
MPSGraph
imagesTensor
MPSGraphTensor
name
String

Returns

Attributes

Applies to

ResizeBilinear(MPSGraph, MPSGraphTensor, MPSGraphTensor, MPSGraphTensor, MPSGraphTensorNamedDataLayout, String)

[Foundation.Export("resizeBilinearWithTensor:sizeTensor:scaleOffsetTensor:layout:name:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MetalPerformanceShadersGraph.MPSGraphTensor ResizeBilinear(this MetalPerformanceShadersGraph.MPSGraph This, MetalPerformanceShadersGraph.MPSGraphTensor imagesTensor, MetalPerformanceShadersGraph.MPSGraphTensor size, MetalPerformanceShadersGraph.MPSGraphTensor scaleOffset, MetalPerformanceShadersGraph.MPSGraphTensorNamedDataLayout layout, string? name);
[<Foundation.Export("resizeBilinearWithTensor:sizeTensor:scaleOffsetTensor:layout:name:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ResizeBilinear : MetalPerformanceShadersGraph.MPSGraph * MetalPerformanceShadersGraph.MPSGraphTensor * MetalPerformanceShadersGraph.MPSGraphTensor * MetalPerformanceShadersGraph.MPSGraphTensor * MetalPerformanceShadersGraph.MPSGraphTensorNamedDataLayout * string -> MetalPerformanceShadersGraph.MPSGraphTensor

Parameters

This
MPSGraph
imagesTensor
MPSGraphTensor
scaleOffset
MPSGraphTensor
name
String

Returns

Attributes

Applies to

ResizeBilinear(MPSGraph, MPSGraphTensor, MPSGraphTensor, Boolean, Boolean, String)

[Foundation.Export("resizeBilinearWithTensor:sizeTensor:centerResult:alignCorners:name:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MetalPerformanceShadersGraph.MPSGraphTensor ResizeBilinear(this MetalPerformanceShadersGraph.MPSGraph This, MetalPerformanceShadersGraph.MPSGraphTensor imagesTensor, MetalPerformanceShadersGraph.MPSGraphTensor size, bool centerResult, bool alignCorners, string? name);
[<Foundation.Export("resizeBilinearWithTensor:sizeTensor:centerResult:alignCorners:name:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ResizeBilinear : MetalPerformanceShadersGraph.MPSGraph * MetalPerformanceShadersGraph.MPSGraphTensor * MetalPerformanceShadersGraph.MPSGraphTensor * bool * bool * string -> MetalPerformanceShadersGraph.MPSGraphTensor

Parameters

This
MPSGraph
imagesTensor
MPSGraphTensor
centerResult
Boolean
alignCorners
Boolean
name
String

Returns

Attributes

Applies to

ResizeBilinear(MPSGraph, MPSGraphTensor, MPSGraphTensor, Boolean, Boolean, MPSGraphTensorNamedDataLayout, String)

[Foundation.Export("resizeBilinearWithTensor:sizeTensor:centerResult:alignCorners:layout:name:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MetalPerformanceShadersGraph.MPSGraphTensor ResizeBilinear(this MetalPerformanceShadersGraph.MPSGraph This, MetalPerformanceShadersGraph.MPSGraphTensor imagesTensor, MetalPerformanceShadersGraph.MPSGraphTensor size, bool centerResult, bool alignCorners, MetalPerformanceShadersGraph.MPSGraphTensorNamedDataLayout layout, string? name);
[<Foundation.Export("resizeBilinearWithTensor:sizeTensor:centerResult:alignCorners:layout:name:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ResizeBilinear : MetalPerformanceShadersGraph.MPSGraph * MetalPerformanceShadersGraph.MPSGraphTensor * MetalPerformanceShadersGraph.MPSGraphTensor * bool * bool * MetalPerformanceShadersGraph.MPSGraphTensorNamedDataLayout * string -> MetalPerformanceShadersGraph.MPSGraphTensor

Parameters

This
MPSGraph
imagesTensor
MPSGraphTensor
centerResult
Boolean
alignCorners
Boolean
name
String

Returns

Attributes

Applies to