MPSCnnBatchNormalization.Encode Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
[Foundation.Export("encodeToCommandBuffer:sourceImage:batchNormalizationState:destinationImage:")]
public virtual void Encode (Metal.IMTLCommandBuffer commandBuffer, MetalPerformanceShaders.MPSImage sourceImage, MetalPerformanceShaders.MPSCnnBatchNormalizationState batchNormalizationState, MetalPerformanceShaders.MPSImage destinationImage);
abstract member Encode : Metal.IMTLCommandBuffer * MetalPerformanceShaders.MPSImage * MetalPerformanceShaders.MPSCnnBatchNormalizationState * MetalPerformanceShaders.MPSImage -> unit
override this.Encode : Metal.IMTLCommandBuffer * MetalPerformanceShaders.MPSImage * MetalPerformanceShaders.MPSCnnBatchNormalizationState * MetalPerformanceShaders.MPSImage -> unit
Parámetros
- commandBuffer
- IMTLCommandBuffer
- sourceImage
- MPSImage
- batchNormalizationState
- MPSCnnBatchNormalizationState
- destinationImage
- MPSImage
- Atributos