Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
propagateNode
Method · 0.80
removeExtraIfOutputs
Method · 0.80
optimizeBlock
Method · 0.80
constructor
Method · 0.80
cloneFrom
Method · 0.80
insertInput
Method · 0.80
addInput
Method · 0.80
addBlock
Method · 0.80
eraseOutput
Method · 0.80
setDebugName
Method · 0.80
replaceFirstUseWith
Method · 0.80
constructor
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected