Share via


MPSCnnBatchNormalization.GetTemporaryResultState Method

Definition

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

Parameters

commandBuffer
IMTLCommandBuffer
sourceImage
MPSImage
sourceStates
NSArray<MPSState>
destinationImage
MPSImage

Returns

Attributes

Applies to