xamarinmac
namespace MetalPerformanceShaders
{
    [Introduced(PlatformName.TvOS, 11, 3, PlatformArchitecture.All, null)]
    [Introduced(PlatformName.iOS, 11, 3, PlatformArchitecture.All, null)]
    [Introduced(PlatformName.MacOSX, 10, 13, 4, PlatformArchitecture.All, null)]
    [Protocol(Name = "MPSCNNInstanceNormalizationDataSource", WrapperType = typeof(MPSCnnInstanceNormalizationDataSourceWrapper))]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetEpsilon", ReturnType = typeof(float), Selector = "epsilon")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "Encode", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSCoder) }, Selector = "encodeWithCoder:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "UpdateGammaAndBeta", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(IMTLCommandBuffer), typeof(MPSCnnInstanceNormalizationGradientState[]) }, ReturnType = typeof(MPSCnnNormalizationGammaAndBetaState), Selector = "updateGammaAndBetaWithCommandBuffer:instanceNormalizationStateBatch:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "UpdateGammaAndBeta", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(MPSCnnInstanceNormalizationGradientState[]) }, ReturnType = typeof(bool), Selector = "updateGammaAndBetaWithInstanceNormalizationStateBatch:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "Copy", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(NSZone), typeof(IMTLDevice) }, ReturnType = typeof(IMPSCnnInstanceNormalizationDataSource), Selector = "copyWithZone:device:")]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "gamma", IsProperty = true, IsRequired = true, IsStatic = false, Name = "Gamma", PropertyType = typeof(IntPtr), Selector = "gamma")]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "beta", IsProperty = true, IsRequired = true, IsStatic = false, Name = "Beta", PropertyType = typeof(IntPtr), Selector = "beta")]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "numberOfFeatureChannels", IsProperty = true, IsRequired = true, IsStatic = false, Name = "NumberOfFeatureChannels", PropertyType = typeof(nuint), Selector = "numberOfFeatureChannels")]
    [ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "label", IsProperty = true, IsRequired = true, IsStatic = false, Name = "Label", PropertyType = typeof(string), Selector = "label")]
    public interface IMPSCnnInstanceNormalizationDataSource : INSCopying, INativeObject, IDisposable
}
Assembly Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065
.NET 6.07.08.09.0
Platform Restrictions

The selected framework does not have platform annotations.

  • Built-in API
  • Package-provided API

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