Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testConstructors
Method · 0.95
Calls
2
image_data
Method · 0.95
wrap
Method · 0.95
Tested by
1
testConstructors
Method · 0.76