Uses of Class
org.robovm.apple.metalps.MPSOffset
| Package | Description |
|---|---|
| org.robovm.apple.metalps |
-
Uses of MPSOffset in org.robovm.apple.metalps
Methods in org.robovm.apple.metalps that return MPSOffset Modifier and Type Method Description MPSOffsetMPSCNNKernel. getOffset()MPSOffsetMPSNNReduceUnary. getOffset()Deprecated.Deprecated in iOS 13.0.MPSOffsetMPSUnaryImageKernel. getOffset()MPSOffsetMPSBinaryImageKernel. getPrimaryOffset()MPSOffsetMPSCNNBinaryKernel. getPrimaryOffset()MPSOffsetMPSNNReduceBinary. getPrimaryOffset()Deprecated.Deprecated in iOS 13.0.MPSOffsetMPSBinaryImageKernel. getSecondaryOffset()MPSOffsetMPSCNNBinaryKernel. getSecondaryOffset()MPSOffsetMPSNNReduceBinary. getSecondaryOffset()Deprecated.Deprecated in iOS 13.0.MPSOffsetMPSCNNMultiaryKernel. offsetAtIndex(long index)MPSOffsetMPSOffset. setX(long x)MPSOffsetMPSOffset. setY(long y)MPSOffsetMPSOffset. setZ(long z)Methods in org.robovm.apple.metalps with parameters of type MPSOffset Modifier and Type Method Description voidMPSCNNKernel. setOffset(MPSOffset v)voidMPSCNNMultiaryKernel. setOffset(MPSOffset offset, long index)voidMPSNNReduceUnary. setOffset(MPSOffset v)Deprecated.Deprecated in iOS 13.0.voidMPSUnaryImageKernel. setOffset(MPSOffset v)voidMPSBinaryImageKernel. setPrimaryOffset(MPSOffset v)voidMPSCNNBinaryKernel. setPrimaryOffset(MPSOffset v)voidMPSNNReduceBinary. setPrimaryOffset(MPSOffset v)Deprecated.Deprecated in iOS 13.0.voidMPSBinaryImageKernel. setSecondaryOffset(MPSOffset v)voidMPSCNNBinaryKernel. setSecondaryOffset(MPSOffset v)voidMPSNNReduceBinary. setSecondaryOffset(MPSOffset v)Deprecated.Deprecated in iOS 13.0.