xamarinmac
namespace MetalPerformanceShaders
{
[Introduced(PlatformName.TvOS, 11, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.MacOSX, 10, 13, PlatformArchitecture.All, null)]
[Introduced(PlatformName.iOS, 11, 0, PlatformArchitecture.All, null)]
[Protocol(Name = "MPSCNNConvolutionDataSource", WrapperType = typeof(MPSCnnConvolutionDataSourceWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "Purge", Selector = "purge")]
[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 = "load", IsProperty = true, IsRequired = true, IsStatic = false, Name = "Load", PropertyType = typeof(bool), Selector = "load")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "label", IsProperty = true, IsRequired = true, IsStatic = false, Name = "Label", PropertyType = typeof(string), Selector = "label")]
public interface IMPSCnnConvolutionDataSource : INSCopying, INativeObject, IDisposable
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |