(long ptr)
| 158 | static native int image_device_type(long ptr); |
| 159 | static native int image_device_index(long ptr); |
| 160 | static native long image_data(long ptr); |
| 161 | static native long image_to_device(long ptr, String device, boolean non_blocking); |
| 162 | static native long image_to_dtype(long ptr, int dtype); |
| 163 | static native void image_copy_from(long ptr, long from); |