MCPcopy 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

markReturnNodeMethod · 0.80

Calls 2

bodyBlockMethod · 0.80
inputsMethod · 0.45

Tested by

no test coverage detected