MPSGraph_MPSGraphFourierTransformOps.RealToHermiteanFft 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 |
|---|---|
| RealToHermiteanFft(MPSGraph, MPSGraphTensor, MPSGraphTensor, MPSGraphFftDescriptor, String) | |
| RealToHermiteanFft(MPSGraph, MPSGraphTensor, Int32[], MPSGraphFftDescriptor, String) |
RealToHermiteanFft(MPSGraph, MPSGraphTensor, MPSGraphTensor, MPSGraphFftDescriptor, String)
[Foundation.Export("realToHermiteanFFTWithTensor:axesTensor:descriptor:name:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MetalPerformanceShadersGraph.MPSGraphTensor RealToHermiteanFft(this MetalPerformanceShadersGraph.MPSGraph This, MetalPerformanceShadersGraph.MPSGraphTensor tensor, MetalPerformanceShadersGraph.MPSGraphTensor axesTensor, MetalPerformanceShadersGraph.MPSGraphFftDescriptor descriptor, string? name);
[<Foundation.Export("realToHermiteanFFTWithTensor:axesTensor:descriptor:name:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member RealToHermiteanFft : 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
RealToHermiteanFft(MPSGraph, MPSGraphTensor, Int32[], MPSGraphFftDescriptor, String)
[Foundation.Export("realToHermiteanFFTWithTensor:axes:descriptor:name:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static MetalPerformanceShadersGraph.MPSGraphTensor RealToHermiteanFft(this MetalPerformanceShadersGraph.MPSGraph This, MetalPerformanceShadersGraph.MPSGraphTensor tensor, int[] axes, MetalPerformanceShadersGraph.MPSGraphFftDescriptor descriptor, string? name);
[<Foundation.Export("realToHermiteanFFTWithTensor:axes:descriptor:name:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member RealToHermiteanFft : MetalPerformanceShadersGraph.MPSGraph * MetalPerformanceShadersGraph.MPSGraphTensor * int[] * MetalPerformanceShadersGraph.MPSGraphFftDescriptor * string -> MetalPerformanceShadersGraph.MPSGraphTensor
Parameters
- This
- MPSGraph
- tensor
- MPSGraphTensor
- axes
- Int32[]
- descriptor
- MPSGraphFftDescriptor
- name
- String
Returns
- Attributes