MCPcopy 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
13def 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