MCPcopy
hub / github.com/lutzroeder/netron / owningGraph

Method owningGraph

source/python.js:12517–12519  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12515 return this._owning_node;
12516 }
12517 owningGraph() {
12518 return this._graph;
12519 }
12520 addInput(name) {
12521 const value = this._input.addOutput();
12522 value.setDebugName(name || '');

Callers 15

propagateNodeMethod · 0.80
removeExtraIfOutputsMethod · 0.80
optimizeBlockMethod · 0.80
constructorMethod · 0.80
cloneFromMethod · 0.80
insertInputMethod · 0.80
addInputMethod · 0.80
addBlockMethod · 0.80
eraseOutputMethod · 0.80
setDebugNameMethod · 0.80
replaceFirstUseWithMethod · 0.80
constructorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected