Share via


MPSGraph_MPSGraphFourierTransformOps.HermiteanToRealFft Method

Definition

Overloads

HermiteanToRealFft(MPSGraph, MPSGraphTensor, MPSGraphTensor, MPSGraphFftDescriptor, String)

[Foundation.Export("HermiteanToRealFFTWithTensor:axesTensor:descriptor:name:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MetalPerformanceShadersGraph.MPSGraphTensor HermiteanToRealFft(this MetalPerformanceShadersGraph.MPSGraph This, MetalPerformanceShadersGraph.MPSGraphTensor tensor, MetalPerformanceShadersGraph.MPSGraphTensor axesTensor, MetalPerformanceShadersGraph.MPSGraphFftDescriptor descriptor, string? name);
[<Foundation.Export("HermiteanToRealFFTWithTensor:axesTensor:descriptor:name:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member HermiteanToRealFft : MetalPerformanceShadersGraph.MPSGraph * MetalPerformanceShadersGraph.MPSGraphTensor * MetalPerformanceShadersGraph.MPSGraphTensor * MetalPerformanceShadersGraph.MPSGraphFftDescriptor * string -> MetalPerformanceShadersGraph.MPSGraphTensor

Parameters

This
MPSGraph
axesTensor
MPSGraphTensor
name
String

Returns

Attributes

Applies to

HermiteanToRealFft(MPSGraph, MPSGraphTensor, Int32[], MPSGraphFftDescriptor, String)

[Foundation.Export("HermiteanToRealFFTWithTensor:axes:descriptor:name:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MetalPerformanceShadersGraph.MPSGraphTensor HermiteanToRealFft(this MetalPerformanceShadersGraph.MPSGraph This, MetalPerformanceShadersGraph.MPSGraphTensor tensor, int[] axes, MetalPerformanceShadersGraph.MPSGraphFftDescriptor descriptor, string? name);
[<Foundation.Export("HermiteanToRealFFTWithTensor:axes:descriptor:name:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member HermiteanToRealFft : MetalPerformanceShadersGraph.MPSGraph * MetalPerformanceShadersGraph.MPSGraphTensor * int[] * MetalPerformanceShadersGraph.MPSGraphFftDescriptor * string -> MetalPerformanceShadersGraph.MPSGraphTensor

Parameters

This
MPSGraph
axes
Int32[]
name
String

Returns

Attributes

Applies to