MCPcopy 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

markReturnNodeMethod · 0.80

Calls 1

outputsMethod · 0.45

Tested by

no test coverage detected