MPSNNNeuronDescriptor.Create メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Create(MPSCnnNeuronType) | |
Create(NSData, Boolean) | |
Create(MPSCnnNeuronType, Single) | |
Create(MPSCnnNeuronType, Single, Single) | |
Create(MPSCnnNeuronType, Single, Single, Single) |
Create(MPSCnnNeuronType)
[Foundation.Export("cnnNeuronDescriptorWithType:")]
public static MetalPerformanceShaders.MPSNNNeuronDescriptor Create (MetalPerformanceShaders.MPSCnnNeuronType neuronType);
static member Create : MetalPerformanceShaders.MPSCnnNeuronType -> MetalPerformanceShaders.MPSNNNeuronDescriptor
パラメーター
- neuronType
- MPSCnnNeuronType
戻り値
- 属性
適用対象
Create(NSData, Boolean)
[Foundation.Export("cnnNeuronPReLUDescriptorWithData:noCopy:")]
public static MetalPerformanceShaders.MPSNNNeuronDescriptor Create (Foundation.NSData data, bool noCopy);
static member Create : Foundation.NSData * bool -> MetalPerformanceShaders.MPSNNNeuronDescriptor
パラメーター
- data
- NSData
- noCopy
- Boolean
戻り値
- 属性
適用対象
Create(MPSCnnNeuronType, Single)
[Foundation.Export("cnnNeuronDescriptorWithType:a:")]
public static MetalPerformanceShaders.MPSNNNeuronDescriptor Create (MetalPerformanceShaders.MPSCnnNeuronType neuronType, float a);
static member Create : MetalPerformanceShaders.MPSCnnNeuronType * single -> MetalPerformanceShaders.MPSNNNeuronDescriptor
パラメーター
- neuronType
- MPSCnnNeuronType
- a
- Single
戻り値
- 属性
適用対象
Create(MPSCnnNeuronType, Single, Single)
[Foundation.Export("cnnNeuronDescriptorWithType:a:b:")]
public static MetalPerformanceShaders.MPSNNNeuronDescriptor Create (MetalPerformanceShaders.MPSCnnNeuronType neuronType, float a, float b);
static member Create : MetalPerformanceShaders.MPSCnnNeuronType * single * single -> MetalPerformanceShaders.MPSNNNeuronDescriptor
パラメーター
- neuronType
- MPSCnnNeuronType
- a
- Single
- b
- Single
戻り値
- 属性
適用対象
Create(MPSCnnNeuronType, Single, Single, Single)
[Foundation.Export("cnnNeuronDescriptorWithType:a:b:c:")]
public static MetalPerformanceShaders.MPSNNNeuronDescriptor Create (MetalPerformanceShaders.MPSCnnNeuronType neuronType, float a, float b, float c);
static member Create : MetalPerformanceShaders.MPSCnnNeuronType * single * single * single -> MetalPerformanceShaders.MPSNNNeuronDescriptor
パラメーター
- neuronType
- MPSCnnNeuronType
- a
- Single
- b
- Single
- c
- Single
戻り値
- 属性