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

Method insertPoint

source/python.js:12421–12423  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12419 return result;
12420 }
12421 insertPoint() {
12422 return this._insert_before;
12423 }
12424 setInsertPoint(node) {
12425 if (node instanceof torch.Block) {
12426 node = node.return_node();

Callers 2

constructorMethod · 0.80
setAttrMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected