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

Method addOutput

source/python.js:12802–12806  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12800 return value;
12801 }
12802 addOutput() {
12803 const value = new torch.Value(this, this._outputs.length);
12804 this._outputs.push(value);
12805 return value;
12806 }
12807 addBlock() {
12808 this._op = null;
12809 this._blocks.push(new torch.Block(this.owningGraph(), this));

Callers 8

createMethod · 0.80
createCloneMethod · 0.80
createListUnpackMethod · 0.80
createTupleUnpackMethod · 0.80
addInputMethod · 0.80
constructorMethod · 0.80
addNodeOutputMethod · 0.80
transformLoopMethod · 0.80

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected