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