Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_functorch/
H A Ddeprecated.py44 def setup_docs(functorch_api, torch_func_api=None, new_api_name=None): argument
46 if torch_func_api is None:
47 torch_func_api = getattr(_impl, api_name)
49 if torch_func_api.__doc__ is None:
55 functorch_api.__doc__ = torch_func_api.__doc__ + warning_note