Share via


MPSCnnConvolutionTranspose.GetResultStateBatch Method

Definition

[Foundation.Export("resultStateBatchForSourceImage:sourceStates:destinationImage:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual MetalPerformanceShaders.MPSCnnConvolutionTransposeGradientState[]? GetResultStateBatch(MetalPerformanceShaders.MPSImage[] sourceImage, Foundation.NSArray<MetalPerformanceShaders.MPSCnnConvolutionGradientState>[]? sourceStates, MetalPerformanceShaders.MPSImage[] destinationImage);
[<Foundation.Export("resultStateBatchForSourceImage:sourceStates:destinationImage:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
override this.GetResultStateBatch : MetalPerformanceShaders.MPSImage[] * Foundation.NSArray<MetalPerformanceShaders.MPSCnnConvolutionGradientState>[] * MetalPerformanceShaders.MPSImage[] -> MetalPerformanceShaders.MPSCnnConvolutionTransposeGradientState[]

Parameters

sourceImage
MPSImage[]
destinationImage
MPSImage[]

Returns

Attributes

Applies to