MCPcopy Index your code
hub / github.com/lutzroeder/netron / eraseOutput

Method eraseOutput

source/python.js:12561–12563  ·  view source on GitHub ↗
(i)

Source from the content-addressed store, hash-verified

12559 }
12560 }
12561 eraseOutput(i) {
12562 this._output.removeInput(i);
12563 }
12564 destroy() {
12565 this._output.removeAllInputs();
12566 for (const n of this.nodes()) {

Callers 6

destroyMethod · 0.80
transformLoopMethod · 0.80
removeOutputsMethod · 0.80

Calls 3

removeInputMethod · 0.80
freeValueMethod · 0.80
owningGraphMethod · 0.80

Tested by

no test coverage detected