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

Method data

bmf/hmp/java/src/main/java/com/bytedance/hmp/Image.java:105–109  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

103 }
104
105 public Tensor data()
106 {
107 long p = Api.image_data(ptr);
108 return Tensor.wrap(ptr, false);
109 }
110
111 public Image to(String device, boolean nonBlocking)
112 {

Callers 1

testConstructorsMethod · 0.95

Calls 2

image_dataMethod · 0.95
wrapMethod · 0.95

Tested by 1

testConstructorsMethod · 0.76