• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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