Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Standard-Intelligence/hertz-dev
/ inference
Method
inference
tokenizer.py:294–297 ·
view source on GitHub ↗
(self, x)
Source
from the content-addressed store, hash-verified
292
return
out
293
294
def
inference(self, x):
295
for
unit in self.res_block:
296
x = unit.inference(x)
297
return
x
298
299
300
Callers
2
inference
Method · 0.45
inference
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected