MCPcopy 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

testConstructorsMethod · 0.95

Calls 2

image_dtypeMethod · 0.95
fromValueMethod · 0.95

Tested by 1

testConstructorsMethod · 0.76