()
| 12805 | return value; |
| 12806 | } |
| 12807 | addBlock() { |
| 12808 | this._op = null; |
| 12809 | this._blocks.push(new torch.Block(this.owningGraph(), this)); |
| 12810 | return this._blocks[this._blocks.length - 1]; |
| 12811 | } |
| 12812 | get prev() { |
| 12813 | return this._prev; |
| 12814 | } |
no test coverage detected