pytorch/test/cpp/lazy
Jiewen Tan 680d61daab [LT] Remove torch::lazy::convertShapes (#71291)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/71291

This commit removes torch::lazy::convertShapes since it's no longer used.
In addition, it replaces a numel logic within LTCTensorImpl.

Test Plan:
./build/bin/test_lazy
CI in lazy_tensor_staging branch

Reviewed By: wconstab

Differential Revision: D33575084

Pulled By: alanwaketan

fbshipit-source-id: b104ef39fd552822e1f4069eab2cb942d48423a6
2022-01-14 12:06:39 -08:00
..
CMakeLists.txt [LTC] Upstream LTCTensorImpl (#70062) 2021-12-22 03:21:52 -08:00
test_backend_device.cpp [LTC] Export torch::lazy::GetBackendDevice() (#70963) 2022-01-07 13:13:18 -08:00
test_cache.cpp
test_ir.cpp
test_ir_util.cpp
test_misc.cpp
test_permutation_util.cpp
test_shape.cpp [LT] Remove torch::lazy::convertShapes (#71291) 2022-01-14 12:06:39 -08:00
test_tensor_impl.cpp [LTC] Upstream LTCTensorImpl (#70062) 2021-12-22 03:21:52 -08:00
test_util.cpp