Searched defs:filter_ops (Results 1 – 4 of 4) sorted by relevance
64 def filter_ops(operation): function
215 def filter_ops(node: torch.fx.Node) -> bool: function
1633 filter_ops = lambda x: [o for o in x if not isinstance(o, ops.Operation)] function
503 } filter_ops; typedef514 filter_ops *filter_ops; /* filter ops */ member