MPSGraph_MPSGraphFourierTransformOps.HermiteanToRealFft 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
| Name | Description |
|---|---|
| HermiteanToRealFft(MPSGraph, MPSGraphTensor, MPSGraphTensor, MPSGraphFftDescriptor, String) | |
| HermiteanToRealFft(MPSGraph, MPSGraphTensor, Int32[], MPSGraphFftDescriptor, String) |
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
- tensor
- MPSGraphTensor
- axesTensor
- MPSGraphTensor
- descriptor
- MPSGraphFftDescriptor
- 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
- tensor
- MPSGraphTensor
- axes
- Int32[]
- descriptor
- MPSGraphFftDescriptor
- name
- String
Returns
- Attributes