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

Method registerOutput

source/python.js:12525–12528  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

12523 return value;
12524 }
12525 registerOutput(value) {
12526 this._output.addInput(value);
12527 return this.outputs().length - 1;
12528 }
12529 appendNode(n) {
12530 if (n._graph !== this._graph || n.inBlockList()) {
12531 throw new python.Error('Node not in graph.');

Callers 6

cloneFromMethod · 0.80
emitOutputMethod · 0.80
emitLoopCommonMethod · 0.80
addBlockOutputMethod · 0.80
transformLoopMethod · 0.80
registerBlockOutputsMethod · 0.80

Calls 2

addInputMethod · 0.80
outputsMethod · 0.45

Tested by

no test coverage detected