Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/lutzroeder/netron
/ bodyCarriedInputs
Method
bodyCarriedInputs
source/python.js:18388–18390 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18386
return
this._node.outputs();
18387
}
18388
bodyCarriedInputs() {
18389
return
this.bodyBlock().inputs().slice(1);
18390
}
18391
bodyCarriedOutputs() {
18392
return
this.bodyBlock().outputs().slice(1);
18393
}
Callers
1
markReturnNode
Method · 0.80
Calls
2
bodyBlock
Method · 0.80
inputs
Method · 0.45
Tested by
no test coverage detected