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

Method addInput

source/python.js:12367–12369  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

12365 return this._block;
12366 }
12367 addInput(name) {
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);

Callers 15

createMethod · 0.80
createCloneMethod · 0.80
createDictMethod · 0.80
registerOutputMethod · 0.80
cloneFromMethod · 0.80
emitFormalArgumentsMethod · 0.80
emitWithMethod · 0.80
emitLoopCommonMethod · 0.80
emitIfElseBlocksMethod · 0.80
addBlockInputMethod · 0.80
addNodeInputMethod · 0.80

Calls 5

addOutputMethod · 0.80
setDebugNameMethod · 0.80
owningGraphMethod · 0.80
usesMethod · 0.80
pushMethod · 0.45

Tested by

no test coverage detected