MPSCnnBatchNormalization
MPSCnnBatchNormalization(IntPtr)
MPSCnnBatchNormalization(NativeHandle)
MPSCnnBatchNormalization(NSCoder)
MPSCnnBatchNormalization(NSObjectFlag)
MPSCnnBatchNormalization(IMTLDevice, IMPSCnnBatchNormalizationDataSource)
MPSCnnBatchNormalization(NSCoder, IMTLDevice)
MPSCnnBatchNormalization(IMTLDevice, IMPSCnnBatchNormalizationDataSource, MPSNNNeuronDescriptor)
ClassHandle
DataSource
Epsilon
NumberOfFeatureChannels
Encode(IMTLCommandBuffer, MPSImage, MPSCnnBatchNormalizationState, MPSImage)
EncodeBatch(IMTLCommandBuffer, NSArray<MPSImage>, MPSCnnBatchNormalizationState, NSArray<MPSImage>)
GetResultState(MPSImage, NSArray<MPSState>, MPSImage)
GetTemporaryResultState(IMTLCommandBuffer, MPSImage, NSArray<MPSState>, MPSImage)
ReloadGammaAndBeta(IMTLCommandBuffer, MPSCnnNormalizationGammaAndBetaState)
ReloadGammaAndBetaFromDataSource()
ReloadMeanAndVariance(IMTLCommandBuffer, MPSCnnNormalizationMeanAndVarianceState)
ReloadMeanAndVarianceFromDataSource()
xamarinios
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)]
[Register("MPSCNNBatchNormalization", true)]
public class MPSCnnBatchNormalization : MPSCnnKernel
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[DesignatedInitializer]
[Export("initWithDevice:dataSource:fusedNeuronDescriptor:")]
[Introduced(PlatformName.TvOS, 12, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.MacOSX, 10, 14, PlatformArchitecture.All, null)]
[Introduced(PlatformName.iOS, 12, 0, PlatformArchitecture.All, null)]
public MPSCnnBatchNormalization(IMTLDevice! device, IMPSCnnBatchNormalizationDataSource! dataSource, MPSNNNeuronDescriptor? fusedNeuronDescriptor);
}
}
.NET | 6.07.08.09.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