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

Function test_float_hash_different_values

tests/python/test_dataclass_hash.py:80–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78
79
80def test_float_hash_different_values() -> None:
81 assert RecursiveHash(1.0) != RecursiveHash(2.0)
82
83
84def test_float_signed_zero_hash() -> None:

Callers

nothing calls this directly

Calls 1

RecursiveHashFunction · 0.90

Tested by

no test coverage detected