Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/charigyang/motiongrouping
/ forward
Method
forward
src/model.py:34–35 ·
view source on GitHub ↗
(self, inputs)
Source
from the content-addressed store, hash-verified
32
self.grid = build_grid(resolution)
33
34
def
forward(self, inputs):
35
return
inputs + self.proj(self.grid)
36
37
38
def
spatial_broadcast(slots, resolution):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected