(name)
| 18093 | return this.get_type(name); |
| 18094 | } |
| 18095 | find_function(name) { |
| 18096 | const key = name.qualifiedName(); |
| 18097 | return this._functions.get(key); |
| 18098 | } |
| 18099 | }); |
| 18100 | this.registerFunction('torch._C.ConvertToSSA', (graph) => { |
| 18101 | const ctrl = new torch._C.ControlFlowLoadStores(); |
no test coverage detected