(c)
| 17718 | return result.output(); |
| 17719 | } |
| 17720 | emitStringLiteral(c) { |
| 17721 | return torch._C.insertConstant(this.graph, c.value, c.range()); |
| 17722 | } |
| 17723 | emitConst(c) { |
| 17724 | if (c.type === 'int') { |
| 17725 | return torch._C.materializeConstant(new torch._C.IValue(c.value, 'Int'), this.graph, c.range(), this.integral_constants); |
no test coverage detected