| 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; |
nothing calls this directly
no outgoing calls
no test coverage detected