Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/apache/tvm
/ Action
Interface
Action
jvm/core/src/main/java/org/apache/tvm/NativeLibraryLoader.java:115–117 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
113
}
114
115
static
interface
Action {
116
public
void
invoke(File file);
117
}
118
119
/**
120
* Copies the resource file to a temp file and do an action.
Callers
1
extractResourceFileToTempDir
Method · 0.65
Implementers
6
FunctionTest
jvm/core/src/test/java/org/apache/tvm/
RPCTest
jvm/core/src/test/java/org/apache/tvm/
NativeLibraryLoader
jvm/core/src/main/java/org/apache/tvm/
Function
jvm/core/src/main/java/org/apache/tvm/
SocketChannel
jvm/core/src/main/java/org/apache/tvm/
NativeServerLoop
jvm/core/src/main/java/org/apache/tvm/
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…