Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/apache/tvm
/ asString
Method
asString
jvm/core/src/main/java/org/apache/tvm/TVMValue.java:49–51 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
47
}
48
49
public
String asString() {
50
throw
new
UnsupportedOperationException();
51
}
52
53
// easy for JNI to use.
54
long asHandle() {
Callers
6
test_add_string
Method · 0.95
invoke
Method · 0.45
invoke
Method · 0.45
test_strcat
Method · 0.45
typeKey
Method · 0.45
invoke
Method · 0.45
Calls
no outgoing calls
Tested by
4
test_add_string
Method · 0.76
invoke
Method · 0.36
invoke
Method · 0.36
test_strcat
Method · 0.36