(val, loc, scope)
| 12372 | return node.insertBefore(this._insert_before); |
| 12373 | } |
| 12374 | insertConstant(val, loc, scope) { |
| 12375 | return torch._C.insertConstant(this, val, loc, scope); |
| 12376 | } |
| 12377 | insertMethodCall(method_name, matched) { |
| 12378 | const result = this.insertNode(this.create('prim::CallMethod', matched.inputs)) |
| 12379 | .s_('name', method_name) |
no outgoing calls
no test coverage detected