pytorch/test/cpp/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
..
CMakeLists.txt [LT] Add a trie data structure for caching IR nodes 2022-05-04 23:48:03 +00:00
test_backend_device.cpp [lint] autoformat test/cpp and torch/csrc 2022-06-11 21:11:16 +00:00
test_cache.cpp [lint] autoformat test/cpp and torch/csrc 2022-06-11 21:11:16 +00:00
test_ir_util.cpp [lint] autoformat test/cpp and torch/csrc 2022-06-11 21:11:16 +00:00
test_ir.cpp [lint] autoformat test/cpp and torch/csrc 2022-06-11 21:11:16 +00:00
test_lazy_ops_util.cpp [lint] autoformat test/cpp and torch/csrc 2022-06-11 21:11:16 +00:00
test_lazy_ops_util.h [lint] autoformat test/cpp and torch/csrc 2022-06-11 21:11:16 +00:00
test_lazy_ops.cpp Put symint overloads on a different name 2022-06-12 14:36:39 +00:00
test_misc.cpp [lint] autoformat test/cpp and torch/csrc 2022-06-11 21:11:16 +00:00
test_permutation_util.cpp [LT] Upstream LazyView and view ops IR Nodes (#69277) 2021-12-04 08:44:54 -08:00
test_shape.cpp [lint] autoformat test/cpp and torch/csrc 2022-06-11 21:11:16 +00:00
test_symbolic_shape.cpp [lint] autoformat test/cpp and torch/csrc 2022-06-11 21:11:16 +00:00
test_tensor_impl.cpp [lint] autoformat test/cpp and torch/csrc 2022-06-11 21:11:16 +00:00
test_trie_cache.cpp [lint] autoformat test/cpp and torch/csrc 2022-06-11 21:11:16 +00:00
test_util.cpp [lint] autoformat test/cpp and torch/csrc 2022-06-11 21:11:16 +00:00