MPSCnnKernel.GetBatchEncodingStorageSize Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("batchEncodingStorageSizeForSourceImage:sourceStates:destinationImage:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIntPtr GetBatchEncodingStorageSize(MetalPerformanceShaders.MPSImage[] sourceImage, Foundation.NSArray<MetalPerformanceShaders.MPSState>[]? sourceStates, MetalPerformanceShaders.MPSImage[]? destinationImage);
[<Foundation.Export("batchEncodingStorageSizeForSourceImage:sourceStates:destinationImage:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetBatchEncodingStorageSize : MetalPerformanceShaders.MPSImage[] * Foundation.NSArray<MetalPerformanceShaders.MPSState>[] * MetalPerformanceShaders.MPSImage[] -> unativeint
override this.GetBatchEncodingStorageSize : MetalPerformanceShaders.MPSImage[] * Foundation.NSArray<MetalPerformanceShaders.MPSState>[] * MetalPerformanceShaders.MPSImage[] -> unativeint
Parameters
- sourceImage
- MPSImage[]
- destinationImage
- MPSImage[]
Returns
UIntPtr
unativeint
- Attributes