Home
last modified time | relevance | path

Searched refs:only_bool_magic_methods (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/torch/fx/experimental/
H A Dsym_node.py610 only_bool_magic_methods = {"and", "or", "sym_not", "sym_ite"} variable
615 bool_magic_methods = only_bool_magic_methods | also_bool_magic_methods
1542 if method in only_bool_magic_methods: