Sign in
android
/
platform
/
external
/
pytorch
/
65a72cae2c
/
.
/
tools
/
autograd
/
templates
/
annotated_fn_args.py
blob: 1012c008451745b8f1ed1454a864f666caf2618a [
file
] [
log
] [
blame
]
"""
This file is needed for generating procedural tests required for
testing __torch_function__. See tests/test_overrides.py.
"""
# flake8: noqa
import
torch
annotated_args
=
{
$
{
annotated_args
}
}