Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lutzroeder/netron
/ graph
Method
graph
source/python.js:8123–8125 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8121
return
this._name;
8122
}
8123
graph() {
8124
return
this._graph;
8125
}
8126
optimized_graph() {
8127
const
graph_ref = this._graph.copy();
8128
torch._C.preoptimizeGraph(graph_ref, this._force_no_amp);
Callers
12
check_single_output
Method · 0.45
num_inputs
Method · 0.45
defaultSchemaFor
Method · 0.45
resolveValue
Method · 0.45
constructor
Method · 0.45
attr
Method · 0.45
setAttr
Method · 0.45
getitem
Method · 0.45
call
Method · 0.45
constructor
Method · 0.45
len
Method · 0.45
emitSubscript
Method · 0.45
Calls
1
getMethod
Method · 0.80
Tested by
no test coverage detected