MPSCnnNeuronReLUNode.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) | |
Create(MPSNNImageNode, Single) |
Create(MPSNNImageNode)
[Foundation.Export("nodeWithSource:")]
public static MetalPerformanceShaders.MPSCnnNeuronReLUNode Create (MetalPerformanceShaders.MPSNNImageNode sourceNode);
static member Create : MetalPerformanceShaders.MPSNNImageNode -> MetalPerformanceShaders.MPSCnnNeuronReLUNode
Parameters
- sourceNode
- MPSNNImageNode
Returns
- Attributes
Applies to
Create(MPSNNImageNode, Single)
[Foundation.Export("nodeWithSource:a:")]
public static MetalPerformanceShaders.MPSCnnNeuronReLUNode Create (MetalPerformanceShaders.MPSNNImageNode sourceNode, float a);
static member Create : MetalPerformanceShaders.MPSNNImageNode * single -> MetalPerformanceShaders.MPSCnnNeuronReLUNode
Parameters
- sourceNode
- MPSNNImageNode
- a
- Single
Returns
- Attributes