net9.0-ios
namespace MetalPerformanceShaders
{
    [Protocol(Name = "MPSCNNConvolutionDataSource", WrapperType = typeof(MPSCnnConvolutionDataSourceWrapper))]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "Purge", Selector = "purge")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "Load", ReturnType = typeof(bool), Selector = "load")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetRangesForUInt8Kernel", ReturnType = typeof(IntPtr), Selector = "rangesForUInt8Kernel")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetLookupTableForUInt8Kernel", ReturnType = typeof(IntPtr), Selector = "lookupTableForUInt8Kernel")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetWeightsQuantizationType", ReturnType = typeof(MPSCnnWeightsQuantizationType), Selector = "weightsQuantizationType")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "Update", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(IMTLCommandBuffer), typeof(MPSCnnConvolutionGradientState), typeof(MPSCnnConvolutionWeightsAndBiasesState) }, ReturnType = typeof(MPSCnnConvolutionWeightsAndBiasesState), Selector = "updateWithCommandBuffer:gradientState:sourceState:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "Update", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(MPSCnnConvolutionGradientState), typeof(MPSCnnConvolutionWeightsAndBiasesState) }, ReturnType = typeof(bool), Selector = "updateWithGradientState:sourceState:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "Copy", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(NSZone), typeof(IMTLDevice) }, ReturnType = typeof(IMPSCnnConvolutionDataSource), Selector = "copyWithZone:device:")]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "dataType", IsProperty = true, IsRequired = true, IsStatic = false, Name = "DataType", PropertyType = typeof(MPSDataType), Selector = "dataType")]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "descriptor", IsProperty = true, IsRequired = true, IsStatic = false, Name = "Descriptor", PropertyType = typeof(MPSCnnConvolutionDescriptor), Selector = "descriptor")]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "weights", IsProperty = true, IsRequired = true, IsStatic = false, Name = "Weights", PropertyType = typeof(IntPtr), Selector = "weights")]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "biasTerms", IsProperty = true, IsRequired = true, IsStatic = false, Name = "BiasTerms", PropertyType = typeof(IntPtr), Selector = "biasTerms")]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "label", IsProperty = true, IsRequired = true, IsStatic = false, Name = "Label", PropertyType = typeof(string), Selector = "label")]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "kernelWeightsDataType", IsProperty = true, IsRequired = false, IsStatic = false, Name = "KernelWeightsDataType", PropertyType = typeof(MPSDataType), Selector = "kernelWeightsDataType")]
    [SupportedOSPlatform("maccatalyst")]
    [SupportedOSPlatform("ios")]
    [SupportedOSPlatform("macos")]
    [SupportedOSPlatform("tvos")]
    public interface IMPSCnnConvolutionDataSource : INSCopying, INativeObject, IDisposable
}
Assembly Microsoft.iOS , Version=17.0.0.0, PublicKeyToken=84e04ff9cfb79065
Help Documentation
.NET 6.0-ios6.0-maccatalyst6.0-macos6.0-tvos7.0-ios7.0-maccatalyst7.0-macos7.0-tvos8.0-ios8.0-maccatalyst8.0-macos8.0-tvos9.0-ios9.0-maccatalyst9.0-macos9.0-tvos
Xamarin iOS 0.0
Xamarin macOS 0.0
Xamarin tvOS 0.0
OS Platforms

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

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

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