MCPcopy Create free account
hub / github.com/CompVis/zigma / encode

Method encode

datasets/clip.py:47–48  ·  view source on GitHub ↗
(self, text)

Source from the content-addressed store, hash-verified

45 return z
46
47 def encode(self, text):
48 return self(text)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected