Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/kyegomez/BitNet
/ random_tensor
Function
random_tensor
tests/tests.py:40–41 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
38
39
@pytest.fixture
40
def
random_tensor():
41
return
torch.randn(5, 10)
42
43
44
# Parameterized Testing:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected