MPSCnnConvolutionTransposeNode.Create 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
Create(MPSNNImageNode, MPSCnnConvolutionGradientStateNode, IMPSCnnConvolutionDataSource) | |
Create(MPSNNImageNode, MPSCnnConvolutionStateNode, IMPSCnnConvolutionDataSource) |
Obsolete.
|
Create(MPSNNImageNode, MPSCnnConvolutionGradientStateNode, IMPSCnnConvolutionDataSource)
[Foundation.Export("nodeWithSource:convolutionGradientState:weights:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 3, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, 4, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 3, ObjCRuntime.PlatformArchitecture.All, null)]
public static MetalPerformanceShaders.MPSCnnConvolutionTransposeNode Create (MetalPerformanceShaders.MPSNNImageNode sourceNode, MetalPerformanceShaders.MPSCnnConvolutionGradientStateNode convolutionGradientState, MetalPerformanceShaders.IMPSCnnConvolutionDataSource weights);
static member Create : MetalPerformanceShaders.MPSNNImageNode * MetalPerformanceShaders.MPSCnnConvolutionGradientStateNode * MetalPerformanceShaders.IMPSCnnConvolutionDataSource -> MetalPerformanceShaders.MPSCnnConvolutionTransposeNode
Parameters
- sourceNode
- MPSNNImageNode
- convolutionGradientState
- MPSCnnConvolutionGradientStateNode
- weights
- IMPSCnnConvolutionDataSource
Returns
- Attributes
Applies to
Create(MPSNNImageNode, MPSCnnConvolutionStateNode, IMPSCnnConvolutionDataSource)
Caution
Always return null (not a public API).
[System.Obsolete("Always return null (not a public API).")]
public static MetalPerformanceShaders.MPSCnnConvolutionTransposeNode Create (MetalPerformanceShaders.MPSNNImageNode sourceNode, MetalPerformanceShaders.MPSCnnConvolutionStateNode convolutionState, MetalPerformanceShaders.IMPSCnnConvolutionDataSource weights);
[Foundation.Export("nodeWithSource:convolutionState:weights:")]
public static MetalPerformanceShaders.MPSCnnConvolutionTransposeNode Create (MetalPerformanceShaders.MPSNNImageNode sourceNode, MetalPerformanceShaders.MPSCnnConvolutionStateNode convolutionState, MetalPerformanceShaders.IMPSCnnConvolutionDataSource weights);
static member Create : MetalPerformanceShaders.MPSNNImageNode * MetalPerformanceShaders.MPSCnnConvolutionStateNode * MetalPerformanceShaders.IMPSCnnConvolutionDataSource -> MetalPerformanceShaders.MPSCnnConvolutionTransposeNode
Parameters
- sourceNode
- MPSNNImageNode
- weights
- IMPSCnnConvolutionDataSource
Returns
- Attributes