Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tvm
/ asBytes
Method
asBytes
jvm/core/src/main/java/org/apache/tvm/TVMValue.java:33–35 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
31
}
32
33
public
byte[] asBytes() {
34
throw
new
UnsupportedOperationException();
35
}
36
37
public
Module asModule() {
38
throw
new
UnsupportedOperationException();
Callers
4
test_sum_first_byte
Method · 0.95
invoke
Method · 0.45
invoke
Method · 0.45
download
Method · 0.45
Calls
no outgoing calls
Tested by
2
test_sum_first_byte
Method · 0.76
invoke
Method · 0.36