Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Standard-Intelligence/hertz-dev
/ reset_buffer
Method
reset_buffer
tokenizer.py:168–169 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
166
return
self.deconv(x)[:, :, self.stride : -self.stride]
167
168
def
reset_buffer(self):
169
self.pad_buffer.zero_()
170
171
172
class
NonCausalResUnit(nn.Module):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected