Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Sin3DM/Sin3DM
/ forward
Method
forward
src/encoding/networks.py:331–333 ·
view source on GitHub ↗
(self, vol, x, aabb=None)
Source
from the content-addressed store, hash-verified
329
return
h
330
331
def
forward(self, vol, x, aabb=None):
332
feat_map = self.encode(vol)
333
return
self.decode(x, feat_map, aabb=aabb)
334
Callers
nothing calls this directly
Calls
2
encode
Method · 0.95
decode
Method · 0.95
Tested by
no test coverage detected