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

Method TFloat

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

Source from the content-addressed store, hash-verified

125class TFloat : public TNumber {
126 public:
127 explicit TFloat(double value) { data_ = make_object<TFloatObj>(value); }
128
129 static uint64_t CustomAnyHash(const Any& src) {
130 double value = src.cast<TFloat>()->value;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected