Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tvm-ffi
/ test_float_hash_equal_values
Function
test_float_hash_equal_values
tests/python/test_dataclass_hash.py:76–77 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
74
75
76
def
test_float_hash_equal_values() -> None:
77
assert RecursiveHash(3.14) == RecursiveHash(3.14)
78
79
80
def
test_float_hash_different_values() -> None:
Callers
nothing calls this directly
Calls
1
RecursiveHash
Function · 0.90
Tested by
no test coverage detected