Searched defs:is_param_node (Results 1 – 4 of 4) sorted by relevance
29 def is_param_node(exp_prog: ExportedProgram, node: torch.fx.Node) -> bool: function
37 def is_param_node(exp_prog: ExportedProgram, node: torch.fx.Node) -> bool: function
105 def is_param_node(exp_prog: ExportedProgram, node: torch.fx.Node) -> bool: function
38 def is_param_node(program: ExportedProgram, node: torch.fx.Node) -> bool: function