MCPcopy Create free account
hub / github.com/Standard-Intelligence/hertz-dev / inference

Method inference

tokenizer.py:382–385  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

380 return x
381
382 def inference(self, x):
383 for block in self.res_stack:
384 x = block.inference(x)
385 return x
386
387 def reset_buffer(self):
388 def _reset_buffer(m):

Callers

nothing calls this directly

Calls 1

inferenceMethod · 0.45

Tested by

no test coverage detected