net6.0-tvos
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("tvos11.0")]
    [SupportedOSPlatform("macos10.13")]
    [SupportedOSPlatform("ios11.0")]
    [SupportedOSPlatform("maccatalyst11.0.0")]
    public interface IMPSCnnConvolutionDataSource : INSCopying, INativeObject, IDisposable
}
Assembly Microsoft.tvOS , Version=15.4.700.0, PublicKeyToken=84e04ff9cfb79065
Help Documentation
OS Platforms

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

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

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