Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torchgen/api/
H A Dautograd.py717 def replace_self_with_original_self(formula: str, postfix: str) -> str: function
735 formula = replace_self_with_original_self(formula, "_p")
736 formula = replace_self_with_original_self(formula, "_t")