Share via


MPSCnnBatchNormalization.GetResultState Method

Definition

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

Parameters

sourceImage
MPSImage
sourceStates
NSArray<MPSState>
destinationImage
MPSImage

Returns

Attributes

Applies to