編集

次の方法で共有


MPSCnnConvolution.GetResultStateBatch Method

Definition

[Foundation.Export("resultStateBatchForSourceImage:sourceStates:destinationImage:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 3, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, 4, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 3, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual MetalPerformanceShaders.MPSCnnConvolutionGradientState[] GetResultStateBatch (Foundation.NSArray<MetalPerformanceShaders.MPSImage> sourceImage, Foundation.NSArray<MetalPerformanceShaders.MPSState>[] sourceStates, Foundation.NSArray<MetalPerformanceShaders.MPSImage> destinationImage);
override this.GetResultStateBatch : Foundation.NSArray<MetalPerformanceShaders.MPSImage> * Foundation.NSArray<MetalPerformanceShaders.MPSState>[] * Foundation.NSArray<MetalPerformanceShaders.MPSImage> -> MetalPerformanceShaders.MPSCnnConvolutionGradientState[]

Parameters

sourceImage
NSArray<MPSImage>
sourceStates
NSArray<MPSState>[]
destinationImage
NSArray<MPSImage>

Returns

Attributes

Applies to