| 132 | } |
| 133 | |
| 134 | static bool CustomAnyEqual(const Any& lhs, const Any& rhs) { |
| 135 | return lhs.cast<TFloat>()->value == rhs.cast<TFloat>()->value; |
| 136 | } |
| 137 | |
| 138 | TVM_FFI_DEFINE_OBJECT_REF_METHODS_NULLABLE(TFloat, TNumber, TFloatObj); |
| 139 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected