Share via


MPSGraph_MPSGraphFourierTransformOps.FastFourierTransform Method

Definition

Overloads

FastFourierTransform(MPSGraph, MPSGraphTensor, MPSGraphTensor, MPSGraphFftDescriptor, String)

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

Parameters

This
MPSGraph
axesTensor
MPSGraphTensor
name
String

Returns

Attributes

Applies to

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

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

Parameters

This
MPSGraph
axes
Int32[]
name
String

Returns

Attributes

Applies to