Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DropEdge/DropEdge
/ forward
Method
forward
src/layers.py:211–212 ·
view source on GitHub ↗
(self, input, adj)
Source
from the content-addressed store, hash-verified
209
aggrmethod=
"nores"
)
210
211
def
forward(self, input, adj):
212
return
self.model.forward(input, adj)
213
214
def
get_outdim(self):
215
return
self.model.get_outdim()
Callers
nothing calls this directly
Calls
1
forward
Method · 0.45
Tested by
no test coverage detected