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

Method TFloatObj

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

Source from the content-addressed store, hash-verified

114 double value;
115
116 TFloatObj(double value) : value(value) {}
117
118 double Add(double other) const { return value + other; }
119

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected