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

Method AddI64

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

Source from the content-addressed store, hash-verified

112 String v_str;
113
114 int64_t AddI64(int64_t other) const { return v_i64 + other; }
115
116 // declare as one slot, with float as overflow
117 static constexpr bool _type_mutable = true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected