(sym)
| 8686 | return out; |
| 8687 | } |
| 8688 | create_symboolnode(sym) { |
| 8689 | return new torch.SymBool(new torch.fx.experimental.sym_node.SymNode(sym, this, builtins.bool, null)); |
| 8690 | } |
| 8691 | }); |
| 8692 | this.registerFunction('torch.fx.experimental.symbolic_shapes.symbol_is_type', (/* sym, prefix */) => { |
| 8693 | /* |
no outgoing calls
no test coverage detected