Uses of Interface
org.robovm.apple.metalps.MPSCNNInstanceNormalizationDataSource
| Package | Description |
|---|---|
| org.robovm.apple.metalps |
-
Uses of MPSCNNInstanceNormalizationDataSource in org.robovm.apple.metalps
Classes in org.robovm.apple.metalps that implement MPSCNNInstanceNormalizationDataSource Modifier and Type Class Description classMPSCNNInstanceNormalizationDataSourceAdapterMethods in org.robovm.apple.metalps that return MPSCNNInstanceNormalizationDataSource Modifier and Type Method Description MPSCNNInstanceNormalizationDataSourceMPSCNNInstanceNormalizationDataSource. copy(NSZone zone, MTLDevice device)MPSCNNInstanceNormalizationDataSourceMPSCNNInstanceNormalizationDataSourceAdapter. copy(NSZone zone, MTLDevice device)MPSCNNInstanceNormalizationDataSourceMPSCNNInstanceNormalization. getDataSource()Methods in org.robovm.apple.metalps with parameters of type MPSCNNInstanceNormalizationDataSource Modifier and Type Method Description protected longMPSCNNInstanceNormalization. init(MTLDevice device, MPSCNNInstanceNormalizationDataSource dataSource)protected longMPSCNNInstanceNormalizationNode. init(MPSNNImageNode source, MPSCNNInstanceNormalizationDataSource dataSource)voidMPSCNNInstanceNormalization. reloadDataSource(MPSCNNInstanceNormalizationDataSource dataSource)Deprecated.Deprecated in iOS 12.0.Constructors in org.robovm.apple.metalps with parameters of type MPSCNNInstanceNormalizationDataSource Constructor Description MPSCNNInstanceNormalization(MTLDevice device, MPSCNNInstanceNormalizationDataSource dataSource)MPSCNNInstanceNormalizationNode(MPSNNImageNode source, MPSCNNInstanceNormalizationDataSource dataSource)