xref: /aosp_15_r20/external/pytorch/tools/autograd/templates/annotated_fn_args.py.in (revision da0073e96a02ea20f0ac840b70461e3646d07c45)
1"""
2This file is needed for generating procedural tests required for
3testing __torch_function__. See tests/test_overrides.py.
4"""
5
6# flake8: noqa
7import torch
8
9annotated_args = {
10${annotated_args}
11}
12