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

Method image_clone

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

Source from the content-addressed store, hash-verified

162 static native long image_to_dtype(long ptr, int dtype);
163 static native void image_copy_from(long ptr, long from);
164 static native long image_clone(long ptr);
165 static native long image_crop(long ptr, int left, int top, int width, int height);
166 static native String image_stringfy(long ptr);
167}

Callers 1

cloneMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected