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

Method TInt

tests/cpp/testing_object.h:75–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73class TInt : public TNumber {
74 public:
75 explicit TInt(int64_t value) { data_ = make_object<TIntObj>(value); }
76
77 static TInt StaticAdd(TInt lhs, TInt rhs) { return TInt(lhs->value + rhs->value); }
78

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected