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

Method Sum

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

Source from the content-addressed store, hash-verified

74 IntPairObj(int64_t a, int64_t b) : a(a), b(b) {}
75
76 int64_t Sum() const { return a + b; }
77
78 static constexpr bool _type_mutable = true;
79 TVM_FFI_DECLARE_OBJECT_INFO_FINAL(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected