MPSCnnConvolutionWeightsAndBiasesState コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
MPSCnnConvolutionWeightsAndBiasesState(NSObjectFlag)
protected MPSCnnConvolutionWeightsAndBiasesState (Foundation.NSObjectFlag t);
new MetalPerformanceShaders.MPSCnnConvolutionWeightsAndBiasesState : Foundation.NSObjectFlag -> MetalPerformanceShaders.MPSCnnConvolutionWeightsAndBiasesState
パラメーター
適用対象
MPSCnnConvolutionWeightsAndBiasesState(IntPtr)
protected internal MPSCnnConvolutionWeightsAndBiasesState (IntPtr handle);
new MetalPerformanceShaders.MPSCnnConvolutionWeightsAndBiasesState : nativeint -> MetalPerformanceShaders.MPSCnnConvolutionWeightsAndBiasesState
パラメーター
- handle
-
IntPtr
nativeint
適用対象
MPSCnnConvolutionWeightsAndBiasesState(IMTLBuffer, IMTLBuffer)
[Foundation.Export("initWithWeights:biases:")]
public MPSCnnConvolutionWeightsAndBiasesState (Metal.IMTLBuffer weights, Metal.IMTLBuffer biases);
new MetalPerformanceShaders.MPSCnnConvolutionWeightsAndBiasesState : Metal.IMTLBuffer * Metal.IMTLBuffer -> MetalPerformanceShaders.MPSCnnConvolutionWeightsAndBiasesState
パラメーター
- weights
- IMTLBuffer
- biases
- IMTLBuffer
- 属性
適用対象
MPSCnnConvolutionWeightsAndBiasesState(IMTLDevice, MPSCnnConvolutionDescriptor)
[Foundation.Export("initWithDevice:cnnConvolutionDescriptor:")]
public MPSCnnConvolutionWeightsAndBiasesState (Metal.IMTLDevice device, MetalPerformanceShaders.MPSCnnConvolutionDescriptor descriptor);
new MetalPerformanceShaders.MPSCnnConvolutionWeightsAndBiasesState : Metal.IMTLDevice * MetalPerformanceShaders.MPSCnnConvolutionDescriptor -> MetalPerformanceShaders.MPSCnnConvolutionWeightsAndBiasesState
パラメーター
- device
- IMTLDevice
- descriptor
- MPSCnnConvolutionDescriptor
- 属性