(name, loc, v, type)
| 14424 | return new torch._C.SimpleValue(load.output()); |
| 14425 | } |
| 14426 | insertStore(name, loc, v, type) { |
| 14427 | const g = this.b.owningGraph(); |
| 14428 | g.insertNode(g.createStore(name, v)).setSourceRange(loc); |
| 14429 | this.type_table.set(name, type); |
| 14430 | } |
| 14431 | findInThisFrame(name) { |
| 14432 | if (this.value_table.has(name)) { |
| 14433 | return this.value_table.get(name); |
no test coverage detected