Uses of Class
org.robovm.apple.metalps.MPSDataLayout
| Package | Description |
|---|---|
| org.robovm.apple.metalps |
-
Uses of MPSDataLayout in org.robovm.apple.metalps
Methods in org.robovm.apple.metalps that return MPSDataLayout Modifier and Type Method Description MPSDataLayoutMPSImageCopyToMatrix. getDataLayout()MPSDataLayoutMPSMatrixCopyToImage. getDataLayout()MPSDataLayoutMPSCNNLossDataDescriptor. getLayout()static MPSDataLayoutMPSDataLayout. valueOf(long n)Returns the enum constant of this type with the specified name.static MPSDataLayoutMPSDataLayout. valueOf(String name)Returns the enum constant of this type with the specified name.static MPSDataLayout[]MPSDataLayout. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.metalps with parameters of type MPSDataLayout Modifier and Type Method Description protected static longMPSCNNLossDataDescriptor. create(NSData data, MPSDataLayout layout, MTLSize size)protected longMPSImageCopyToMatrix. init(MTLDevice device, MPSDataLayout dataLayout)protected longMPSMatrixCopyToImage. init(MTLDevice device, MPSDataLayout dataLayout)voidMPSImage. readBytes(VoidPtr dataBytes, MPSDataLayout dataLayout, long imageIndex)voidMPSImage. readBytes(VoidPtr dataBytes, MPSDataLayout dataLayout, long bytesPerRow, long bytesPerImage, MTLRegion region, MPSImageReadWriteParams featureChannelInfo, long imageIndex)voidMPSImage. readBytes(VoidPtr dataBytes, MPSDataLayout dataLayout, long bytesPerRow, MTLRegion region, MPSImageReadWriteParams featureChannelInfo, long imageIndex)voidMPSImage. writeBytes(VoidPtr dataBytes, MPSDataLayout dataLayout, long imageIndex)voidMPSImage. writeBytes(VoidPtr dataBytes, MPSDataLayout dataLayout, long bytesPerColumn, long bytesPerRow, long bytesPerImage, MTLRegion region, MPSImageReadWriteParams featureChannelInfo, long imageIndex)voidMPSImage. writeBytes(VoidPtr dataBytes, MPSDataLayout dataLayout, long bytesPerRow, long bytesPerImage, MTLRegion region, MPSImageReadWriteParams featureChannelInfo, long imageIndex)voidMPSImage. writeBytes(VoidPtr dataBytes, MPSDataLayout dataLayout, long bytesPerRow, MTLRegion region, MPSImageReadWriteParams featureChannelInfo, long imageIndex)Constructors in org.robovm.apple.metalps with parameters of type MPSDataLayout Constructor Description MPSCNNLossDataDescriptor(NSData data, MPSDataLayout layout, MTLSize size)MPSImageCopyToMatrix(MTLDevice device, MPSDataLayout dataLayout)MPSMatrixCopyToImage(MTLDevice device, MPSDataLayout dataLayout)