Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/fx/experimental/
H A Dsym_node.py612 bool_becomes_int_magic_methods = {"add", "sub", "mul"} variable
1410 if method in bool_becomes_int_magic_methods:
1548 if method in also_bool_magic_methods or method in bool_becomes_int_magic_methods: