net9.0-ios
namespace MetalPerformanceShaders
{
    [Register("MPSCNNKernel", true)]
    [SupportedOSPlatform("maccatalyst")]
    [SupportedOSPlatform("ios")]
    [SupportedOSPlatform("macos")]
    [SupportedOSPlatform("tvos")]
    public class MPSCnnKernel : MPSKernel
    {
        [BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
        [Export("encodeToCommandBuffer:sourceImage:destinationState:destinationStateIsTemporary:")]
        [SupportedOSPlatform("tvos11.3")]
        [SupportedOSPlatform("ios11.3")]
        [SupportedOSPlatform("maccatalyst")]
        [SupportedOSPlatform("macos")]
        public virtual MPSImage! EncodeToCommandBuffer(IMTLCommandBuffer! commandBuffer, MPSImage! sourceImage, out MPSState? outState, bool isTemporary);
    }
}
Assembly Microsoft.iOS , Version=17.0.0.0, PublicKeyToken=84e04ff9cfb79065
Help Documentation
OS Platforms

For the selected framework this API is only supported on the following OS platforms:

  • iOS >= 11.3
  • Mac Catalyst
  • macOS
  • tvOS >= 11.3
  • Built-in API
  • Package-provided API

04/30/2024
An error has occurred. This application may no longer respond until reloaded. Reload 🗙