Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VisionXLab/OF-Diff
/ encode
Method
encode
ldm/modules/encoders/modules.py:15–16 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
13
super().__init__()
14
15
def
encode(self, *args, **kwargs):
16
raise
NotImplementedError
17
18
19
class
IdentityEncoder(AbstractEncoder):
Callers
2
forward
Method · 0.45
write_pfm
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected