Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/fx/experimental/
H A Dsym_node.py559 unary_magic_methods = { variable
597 unary_magic_methods.add(sym_name)
606 unary_methods = unary_magic_methods | unary_nonmagic_methods
1504 if method in unary_magic_methods: