Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/kyegomez/BitNet
/ init_zero_
Function
init_zero_
bitnet/bit_ffn.py:13–14 ·
view source on GitHub ↗
(tensor)
Source
from the content-addressed store, hash-verified
11
12
13
def
init_zero_(tensor):
14
nn.init.constant_(tensor, 0.0)
15
16
17
# [GLU]
Callers
1
__init__
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected