Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BabitMF/bmf
/ dtype
Method
dtype
bmf/hmp/java/src/main/java/com/bytedance/hmp/Image.java:88–92 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
86
}
87
88
public
ScalarType dtype()
89
{
90
int
v = Api.image_dtype(ptr);
91
return
(ScalarType)EnumUtil.fromValue(ScalarType.
class
, v);
92
}
93
94
public
DeviceType deviceType()
95
{
Callers
1
testConstructors
Method · 0.95
Calls
2
image_dtype
Method · 0.95
fromValue
Method · 0.95
Tested by
1
testConstructors
Method · 0.76