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

Method TPrimExprObj

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

Source from the content-addressed store, hash-verified

155 double value;
156
157 TPrimExprObj(std::string dtype, double value) : dtype(dtype), value(value) {}
158
159 static void RegisterReflection() {
160 namespace refl = tvm::ffi::reflection;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected