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

Method IntPairObj

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

Source from the content-addressed store, hash-verified

72 int64_t b;
73
74 IntPairObj(int64_t a, int64_t b) : a(a), b(b) {}
75
76 int64_t Sum() const { return a + b; }
77

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected