MCPcopy
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_outputMethod · 0.45
num_inputsMethod · 0.45
defaultSchemaForMethod · 0.45
resolveValueMethod · 0.45
constructorMethod · 0.45
attrMethod · 0.45
setAttrMethod · 0.45
getitemMethod · 0.45
callMethod · 0.45
constructorMethod · 0.45
lenMethod · 0.45
emitSubscriptMethod · 0.45

Calls 1

getMethodMethod · 0.80

Tested by

no test coverage detected