MPSCnnConvolutionWeightsAndBiasesState Constructors
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
MPSCnnConvolutionWeightsAndBiasesState(NSObjectFlag)
protected MPSCnnConvolutionWeightsAndBiasesState (Foundation.NSObjectFlag t);
new MetalPerformanceShaders.MPSCnnConvolutionWeightsAndBiasesState : Foundation.NSObjectFlag -> MetalPerformanceShaders.MPSCnnConvolutionWeightsAndBiasesState
Parameters
Applies to
MPSCnnConvolutionWeightsAndBiasesState(IntPtr)
protected internal MPSCnnConvolutionWeightsAndBiasesState (IntPtr handle);
new MetalPerformanceShaders.MPSCnnConvolutionWeightsAndBiasesState : nativeint -> MetalPerformanceShaders.MPSCnnConvolutionWeightsAndBiasesState
Parameters
- handle
-
IntPtr
nativeint
Applies to
MPSCnnConvolutionWeightsAndBiasesState(IMTLBuffer, IMTLBuffer)
[Foundation.Export("initWithWeights:biases:")]
public MPSCnnConvolutionWeightsAndBiasesState (Metal.IMTLBuffer weights, Metal.IMTLBuffer biases);
new MetalPerformanceShaders.MPSCnnConvolutionWeightsAndBiasesState : Metal.IMTLBuffer * Metal.IMTLBuffer -> MetalPerformanceShaders.MPSCnnConvolutionWeightsAndBiasesState
Parameters
- weights
- IMTLBuffer
- biases
- IMTLBuffer
- Attributes
Applies to
MPSCnnConvolutionWeightsAndBiasesState(IMTLDevice, MPSCnnConvolutionDescriptor)
[Foundation.Export("initWithDevice:cnnConvolutionDescriptor:")]
public MPSCnnConvolutionWeightsAndBiasesState (Metal.IMTLDevice device, MetalPerformanceShaders.MPSCnnConvolutionDescriptor descriptor);
new MetalPerformanceShaders.MPSCnnConvolutionWeightsAndBiasesState : Metal.IMTLDevice * MetalPerformanceShaders.MPSCnnConvolutionDescriptor -> MetalPerformanceShaders.MPSCnnConvolutionWeightsAndBiasesState
Parameters
- device
- IMTLDevice
- descriptor
- MPSCnnConvolutionDescriptor
- Attributes