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

Method AddInt

src/ffi/testing/testing.cc:749–749  ·  view source on GitHub ↗

Some methods to exercise RegisterMethod

Source from the content-addressed store, hash-verified

747
748 // Some methods to exercise RegisterMethod
749 int64_t AddInt(int64_t x) const { return v_int + x; }
750 Array<int64_t> AppendInt(Array<int64_t> xs, int64_t y) const {
751 xs.push_back(y);
752 return xs;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected