Uses of Interface
org.robovm.apple.metalps.MPSHandle
-
Packages that use MPSHandle Package Description org.robovm.apple.metalps -
-
Uses of MPSHandle in org.robovm.apple.metalps
Classes in org.robovm.apple.metalps that implement MPSHandle Modifier and Type Class Description class
MPSHandleAdapter
Methods in org.robovm.apple.metalps that return MPSHandle Modifier and Type Method Description MPSHandle
MPSNNImageNode. getGetMpsHandle()
MPSHandle
MPSNNStateNode. getGetMpsHandle()
MPSHandle
MPSNNGraph. getResultHandle()
Methods in org.robovm.apple.metalps with parameters of type MPSHandle Modifier and Type Method Description static MPSNNImageNode
MPSNNImageNode. createExportedNode(MPSHandle handle)
protected long
MPSNNImageNode. init(MPSHandle handle)
void
MPSNNImageNode. setGetMpsHandle(MPSHandle v)
void
MPSNNStateNode. setGetMpsHandle(MPSHandle v)
MPSScaleTransform
MPSImageTransformProvider. transform(MPSImage image, MPSHandle handle)
MPSScaleTransform
MPSImageTransformProviderAdapter. transform(MPSImage image, MPSHandle handle)
Constructors in org.robovm.apple.metalps with parameters of type MPSHandle Constructor Description MPSNNImageNode(MPSHandle handle)
-