()
| 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)); |
no test coverage detected