MPSGraph_MPSGraphResizeOps.ResizeBilinear 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
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
- size
- MPSGraphTensor
- scale
- MPSGraphTensor
- offset
- 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
- size
- 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
- size
- 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
- size
- MPSGraphTensor
- centerResult
- Boolean
- alignCorners
- Boolean
- name
- String
Returns
- Attributes