MCPcopy Create free account
hub / github.com/apache/tvm / invoke

Method invoke

jvm/core/src/main/java/org/apache/tvm/Function.java:251–251  ·  view source on GitHub ↗
(TVMValue... args)

Source from the content-addressed store, hash-verified

249
250 public static interface Callback {
251 public Object invoke(TVMValue... args);
252 }
253
254 /**

Callers 15

test_reg_sum_numberMethod · 0.65
test_add_stringMethod · 0.65
test_sum_first_byteMethod · 0.65
test_sum_tensorMethod · 0.65
test_return_functionMethod · 0.65
existMethod · 0.65
maxThreadsPerBlockMethod · 0.65
warpSizeMethod · 0.65
getFunctionMethod · 0.65
importModuleMethod · 0.65

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 8

test_reg_sum_numberMethod · 0.52
test_add_stringMethod · 0.52
test_sum_first_byteMethod · 0.52
test_sum_tensorMethod · 0.52
test_return_functionMethod · 0.52
verifyFunction · 0.52