Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Mew233/pairwise
/ encode
Method
encode
pairwise/models/pairwise.py:110–111 ·
view source on GitHub ↗
(self, input)
Source
from the content-addressed store, hash-verified
108
return
output
109
110
def
encode(self, input):
111
return
self.encoder(input)
112
113
def
decode(self, z):
114
return
self.decoder(z)
Callers
1
forward
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected