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

Method insertNode

source/python.js:12370–12373  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

12368 return this._block.addInput(name);
12369 }
12370 insertNode(node) {
12371 torch._C.AT_ASSERT(this._insert_before.inBlockList());
12372 return node.insertBefore(this._insert_before);
12373 }
12374 insertConstant(val, loc, scope) {
12375 return torch._C.insertConstant(this, val, loc, scope);
12376 }

Callers 15

createTupleSliceMethod · 0.80
insertMethodCallMethod · 0.80
insertUncheckedCastMethod · 0.80
insertToListMethod · 0.80
insertFunctionCallMethod · 0.80
insertLoadMethod · 0.80
insertStoreMethod · 0.80
constructorMethod · 0.80
asTupleMethod · 0.80
attrMethod · 0.80
setAttrMethod · 0.80
callMethod · 0.80

Calls 2

inBlockListMethod · 0.80
insertBeforeMethod · 0.45

Tested by

no test coverage detected