IMPSCnnInstanceNormalizationDataSource Interface

Definition

[Foundation.Protocol(Name="MPSCNNInstanceNormalizationDataSource", WrapperType=typeof(MetalPerformanceShaders.MPSCnnInstanceNormalizationDataSourceWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 3, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, 4, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 3, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IMPSCnnInstanceNormalizationDataSource : Foundation.INSCopying, IDisposable
type IMPSCnnInstanceNormalizationDataSource = interface
    interface INativeObject
    interface IDisposable
    interface INSCopying
Derived
Attributes
Implements

Properties

Beta
Gamma
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)
Label
NumberOfFeatureChannels

Methods

Copy(NSZone)

Performs a copy of the underlying Objective-C object.

(Inherited from INSCopying)

Extension Methods

Copy(IMPSCnnInstanceNormalizationDataSource, NSZone, IMTLDevice)
Encode(IMPSCnnInstanceNormalizationDataSource, NSCoder)
GetEpsilon(IMPSCnnInstanceNormalizationDataSource)
UpdateGammaAndBeta(IMPSCnnInstanceNormalizationDataSource, IMTLCommandBuffer, MPSCnnInstanceNormalizationGradientState[])
UpdateGammaAndBeta(IMPSCnnInstanceNormalizationDataSource, MPSCnnInstanceNormalizationGradientState[])

Applies to