(stmt)
| 16958 | return new torch._C.CondValue(result, refinement, null); |
| 16959 | } |
| 16960 | emitIf(stmt) { |
| 16961 | const cond_value = this.emitCondExpr(stmt.test); |
| 16962 | this.emitIfElseBlocks(stmt.range(), cond_value, stmt.body, stmt.orelse); |
| 16963 | } |
| 16964 | emitCondExpr(expr) { |
| 16965 | /* |
| 16966 | switch (expr.kind()) { |
no test coverage detected