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

Function test_int_hash_different_values

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

Source from the content-addressed store, hash-verified

57
58
59def test_int_hash_different_values() -> None:
60 assert RecursiveHash(1) != RecursiveHash(2)
61
62
63def test_int64_extremes_hash() -> None:

Callers

nothing calls this directly

Calls 1

RecursiveHashFunction · 0.90

Tested by

no test coverage detected