Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TrustAGI-Lab/MTGODE
/ forward
Method
forward
layer.py:434–438 ·
view source on GitHub ↗
(self, x, adj)
Source
from the content-addressed store, hash-verified
432
self.estimated_nfe)
433
434
def
forward(self, x, adj):
435
self.CGPODE.set_x0(x)
436
self.CGPODE.set_adj(adj)
437
h = self.CGPODE(x, self.integration_time)
438
return
h
Callers
nothing calls this directly
Calls
2
set_x0
Method · 0.80
set_adj
Method · 0.80
Tested by
no test coverage detected