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

Method pushArg

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

Push argument to the function. @param arg int argument. @return this

(int arg)

Source from the content-addressed store, hash-verified

93 * @return this
94 */
95 public Function pushArg(int arg) {
96 Base._LIB.tvmFFIFunctionPushArgLong(arg);
97 return this;
98 }
99
100 /**
101 * Push argument to the function.

Callers 15

test_reg_sum_numberMethod · 0.95
test_add_stringMethod · 0.95
test_sum_first_byteMethod · 0.95
test_sum_tensorMethod · 0.95
test_return_functionMethod · 0.95
connectMethod · 0.95
uploadMethod · 0.95
downloadMethod · 0.95
existMethod · 0.80
maxThreadsPerBlockMethod · 0.80

Tested by 7

test_reg_sum_numberMethod · 0.76
test_add_stringMethod · 0.76
test_sum_first_byteMethod · 0.76
test_sum_tensorMethod · 0.76
test_return_functionMethod · 0.76