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

Method process

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

Source from the content-addressed store, hash-verified

523 return x
524
525 def process(self, x):
526 return self.latent_from_data(x)
527
528 def unprocess(self, latent):
529 return self.data_from_latent(latent)

Callers

nothing calls this directly

Calls 1

latent_from_dataMethod · 0.95

Tested by

no test coverage detected