MCPcopy Create free account
hub / github.com/BabitMF/bmf / image_data

Method image_data

bmf/hmp/java/src/main/java/com/bytedance/hmp/Api.java:160–160  ·  view source on GitHub ↗
(long ptr)

Source from the content-addressed store, hash-verified

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);

Callers 1

dataMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected