MPSCnnConvolutionWeightsAndBiasesState Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
MPSCnnConvolutionWeightsAndBiasesState(NSObjectFlag)
protected MPSCnnConvolutionWeightsAndBiasesState (Foundation.NSObjectFlag t);
new MetalPerformanceShaders.MPSCnnConvolutionWeightsAndBiasesState : Foundation.NSObjectFlag -> MetalPerformanceShaders.MPSCnnConvolutionWeightsAndBiasesState
Parâmetros
Aplica-se a
MPSCnnConvolutionWeightsAndBiasesState(IntPtr)
protected internal MPSCnnConvolutionWeightsAndBiasesState (IntPtr handle);
new MetalPerformanceShaders.MPSCnnConvolutionWeightsAndBiasesState : nativeint -> MetalPerformanceShaders.MPSCnnConvolutionWeightsAndBiasesState
Parâmetros
- handle
-
IntPtr
nativeint
Aplica-se a
MPSCnnConvolutionWeightsAndBiasesState(IMTLBuffer, IMTLBuffer)
[Foundation.Export("initWithWeights:biases:")]
public MPSCnnConvolutionWeightsAndBiasesState (Metal.IMTLBuffer weights, Metal.IMTLBuffer biases);
new MetalPerformanceShaders.MPSCnnConvolutionWeightsAndBiasesState : Metal.IMTLBuffer * Metal.IMTLBuffer -> MetalPerformanceShaders.MPSCnnConvolutionWeightsAndBiasesState
Parâmetros
- weights
- IMTLBuffer
- biases
- IMTLBuffer
- Atributos
Aplica-se a
MPSCnnConvolutionWeightsAndBiasesState(IMTLDevice, MPSCnnConvolutionDescriptor)
[Foundation.Export("initWithDevice:cnnConvolutionDescriptor:")]
public MPSCnnConvolutionWeightsAndBiasesState (Metal.IMTLDevice device, MetalPerformanceShaders.MPSCnnConvolutionDescriptor descriptor);
new MetalPerformanceShaders.MPSCnnConvolutionWeightsAndBiasesState : Metal.IMTLDevice * MetalPerformanceShaders.MPSCnnConvolutionDescriptor -> MetalPerformanceShaders.MPSCnnConvolutionWeightsAndBiasesState
Parâmetros
- device
- IMTLDevice
- descriptor
- MPSCnnConvolutionDescriptor
- Atributos