MPSCnnConvolutionDescriptor
MPSCnnConvolutionDescriptor(IntPtr)
MPSCnnConvolutionDescriptor(NativeHandle)
MPSCnnConvolutionDescriptor(NSCoder)
MPSCnnConvolutionDescriptor(NSObjectFlag)
ClassHandle
DilationRateX
DilationRateY
FusedNeuronDescriptor
Groups
InputFeatureChannels
KernelHeight
KernelWidth
Neuron
NeuronParameterA
NeuronParameterB
NeuronType
OutputFeatureChannels
StrideInPixelsX
StrideInPixelsY
SupportsSecureCoding
Copy(NSZone)
CreateCnnConvolutionDescriptor(nuint, nuint, nuint, nuint)
CreateCnnConvolutionDescriptor(nuint, nuint, nuint, nuint)
EncodeTo(NSCoder)
GetConvolutionDescriptor(nuint, nuint, nuint, nuint, MPSCnnNeuron)
GetConvolutionDescriptor(nuint, nuint, nuint, nuint, MPSCnnNeuron)
SetBatchNormalizationParameters(Single[], Single[], Single[], Single[], Single)
SetNeuronToPReLU(NSData)
SetNeuronType(MPSCnnNeuronType, Single, Single)
xamarinios
namespace MetalPerformanceShaders
{
[Introduced(PlatformName.iOS, 10, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.TvOS, 10, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.MacOSX, 10, 13, PlatformArchitecture.All, null)]
[Register("MPSCNNConvolutionDescriptor", true)]
public class MPSCnnConvolutionDescriptor : NSObject, INSCoding, INSCopying, INSSecureCoding, INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Deprecated(PlatformName.TvOS, 11, 0, PlatformArchitecture.None, null)]
[Deprecated(PlatformName.iOS, 11, 0, PlatformArchitecture.None, null)]
[Export("cnnConvolutionDescriptorWithKernelWidth:kernelHeight:inputFeatureChannels:outputFeatureChannels:neuronFilter:")]
public static MPSCnnConvolutionDescriptor! GetConvolutionDescriptor(nuint kernelWidth, nuint kernelHeight, nuint inputFeatureChannels, nuint outputFeatureChannels, MPSCnnNeuron? neuronFilter);
}
}
| Xamarin iOS | 0.0 |
|---|---|
| Xamarin macOS | 0.0 |
| Xamarin tvOS | 0.0 |
Information specific to xamarinios | |
| Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
| Referencing | The API is automatically referenced. |
| Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API