(node)
| 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); |
| 12373 | } |
| 12374 | insertConstant(val, loc, scope) { |
| 12375 | return torch._C.insertConstant(this, val, loc, scope); |
| 12376 | } |
no test coverage detected