MCPcopy
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

Implementers 6

FunctionTestjvm/core/src/test/java/org/apache/tvm/
RPCTestjvm/core/src/test/java/org/apache/tvm/
NativeLibraryLoaderjvm/core/src/main/java/org/apache/tvm/
Functionjvm/core/src/main/java/org/apache/tvm/
SocketChanneljvm/core/src/main/java/org/apache/tvm/
NativeServerLoopjvm/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…