IMPSNNPadding Interface

Definition

Interface describing how kernels should pad their inputs.

[Foundation.Protocol(Name="MPSNNPadding", WrapperType=typeof(MetalPerformanceShaders.MPSNNPaddingWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IMPSNNPadding : Foundation.INSSecureCoding, IDisposable
type IMPSNNPadding = interface
    interface INativeObject
    interface IDisposable
    interface INSCoding
    interface INSSecureCoding
Derived
Attributes
Implements

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)
PaddingMethod

Methods

EncodeTo(NSCoder)

Serializes this to the .

(Inherited from INSCoding)

Extension Methods

GetDestinationImageDescriptor(IMPSNNPadding, MPSImage[], MPSState[], MPSKernel, MPSImageDescriptor)
GetInverse(IMPSNNPadding)
GetLabel(IMPSNNPadding)

Applies to