(attributes)
| 17428 | return sv.call(loc, this.method, args, kwargs, n_binders); |
| 17429 | } |
| 17430 | emitAttributes(attributes) { |
| 17431 | return attributes.map((attr) => new torch._C.NamedValue(attr.range(), attr.arg, this.emitExpr(attr.value))); |
| 17432 | } |
| 17433 | emitApplySpecialForm(form, apply, sv, type_hint) { |
| 17434 | switch (form) { |
| 17435 | case 'prim::fork': { |
no test coverage detected