Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/fx/experimental/
H A Dsym_node.py614 also_bool_magic_methods = {"eq"} variable
615 bool_magic_methods = only_bool_magic_methods | also_bool_magic_methods
1548 if method in also_bool_magic_methods or method in bool_becomes_int_magic_methods: