pytorch/torch/csrc/lazy
Edward Z. Yang 213a8fc992 Put symint overloads on a different name
Due to implicit conversion shenanigans, having both IntArrayRef
and SymIntArrayRef overloads makes {} ambiguous.  While we could
fix this by making a single unified type that accepts all the overloads
we want, an easier fix was to just push the SymIntArrayRef overload
to its own name.

Signed-off-by: Edward Z. Yang <ezyangfb.com>

Pull Request resolved: https://github.com/pytorch/pytorch/pull/79281

Approved by: https://github.com/suo
2022-06-12 14:36:39 +00:00
..
backend [lint] autoformat test/cpp and torch/csrc 2022-06-11 21:11:16 +00:00
core Put symint overloads on a different name 2022-06-12 14:36:39 +00:00
generated Rename tools/codegen to torchgen (#76275) 2022-04-25 01:38:06 +00:00
python [lint] autoformat test/cpp and torch/csrc 2022-06-11 21:11:16 +00:00
ts_backend [lint] autoformat test/cpp and torch/csrc 2022-06-11 21:11:16 +00:00
test_mnist.py LT tutorial [WIP] (#76392) 2022-05-09 17:36:16 +00:00
tutorial.md LT tutorial [WIP] (#76392) 2022-05-09 17:36:16 +00:00