MCPcopy Index your code
hub / github.com/lutzroeder/netron / create_symboolnode

Method create_symboolnode

source/python.js:8688–8690  ·  view source on GitHub ↗
(sym)

Source from the content-addressed store, hash-verified

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 /*

Callers 1

deserialize_sym_boolMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected