Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AMAP-ML/EMF
/ inv
Method
inv
tok/utils.py:14–15 ·
view source on GitHub ↗
(self, inp)
Source
from the content-addressed store, hash-verified
12
return
(inp - self.shift) / self.scale
13
14
def
inv(self, inp):
15
return
inp * self.scale + self.shift
Callers
1
decode_from_bottleneck
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected