MCPcopy Create free account
hub / github.com/DropEdge/DropEdge / forward

Method forward

src/layers.py:303–304  ·  view source on GitHub ↗
(self, input, adj)

Source from the content-addressed store, hash-verified

301 aggrmethod=aggrmethod)
302
303 def forward(self, input, adj):
304 return self.model.forward(input, adj)
305
306 def get_outdim(self):
307 return self.model.get_outdim()

Callers

nothing calls this directly

Calls 1

forwardMethod · 0.45

Tested by

no test coverage detected