MCPcopy Create free account
hub / github.com/apache/tvm-ffi / AddOne

Function AddOne

examples/python_packaging/src/extension.cc:38–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36
37// [global_function.begin]
38static int AddOne(int x) { return x + 1; }
39
40TVM_FFI_STATIC_INIT_BLOCK() {
41 namespace refl = tvm::ffi::reflection;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected