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

Method forward

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

Source from the content-addressed store, hash-verified

255 aggrmethod="add")
256
257 def forward(self, input, adj):
258 return self.model.forward(input, adj)
259
260 def get_outdim(self):
261 return self.model.get_outdim()

Callers

nothing calls this directly

Calls 1

forwardMethod · 0.45

Tested by

no test coverage detected