MCPcopy Index your code
hub / github.com/apache/tvm / invoke

Method invoke

jvm/core/src/main/java/org/apache/tvm/Function.java:84–88  ·  view source on GitHub ↗

Invoke the function. @return the result.

()

Source from the content-addressed store, hash-verified

82 * @return the result.
83 */
84 public TVMValue invoke() {
85 Base.RefTVMValue ret = new Base.RefTVMValue();
86 Base.checkCall(Base._LIB.tvmFFIFunctionCall(handle, ret));
87 return ret.value;
88 }
89
90 /**
91 * Push argument to the function.

Callers 1

callMethod · 0.95

Calls 2

checkCallMethod · 0.95
tvmFFIFunctionCallMethod · 0.80

Tested by

no test coverage detected