pytorch/test/cpp
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
..
api [lint] autoformat test/cpp and torch/csrc 2022-06-11 21:11:16 +00:00
c10d [lint] autoformat test/cpp and torch/csrc 2022-06-11 21:11:16 +00:00
common
dist_autograd [lint] autoformat test/cpp and torch/csrc 2022-06-11 21:11:16 +00:00
jit Put symint overloads on a different name 2022-06-12 14:36:39 +00:00
lazy Put symint overloads on a different name 2022-06-12 14:36:39 +00:00
lite_interpreter_runtime [lint] autoformat test/cpp and torch/csrc 2022-06-11 21:11:16 +00:00
monitor torch/monitor: merge Interval and FixedCount stats (#72009) 2022-01-30 23:21:59 +00:00
profiler [lint] autoformat test/cpp and torch/csrc 2022-06-11 21:11:16 +00:00
rpc [lint] autoformat test/cpp and torch/csrc 2022-06-11 21:11:16 +00:00
tensorexpr turn on -Werror=unused-variable in our Bazel CPU build 2022-06-11 02:46:34 +00:00
__init__.py