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

Method Add

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

Source from the content-addressed store, hash-verified

116 TFloatObj(double value) : value(value) {}
117
118 double Add(double other) const { return value + other; }
119
120 static void RegisterReflection();
121

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected