pytorch/test/cpp/lazy
Bin Bao 8f5cdc6d5d Revert "Revert "[LT] Store OpKind for each IR subclass in a static field""
Summary: Re-land https://github.com/pytorch/pytorch/pull/76711 by
fixing internal build errors.
Generate class-level opkind as a static method instead of a static
member.

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

Approved by: https://github.com/wconstab, https://github.com/JackCaoG, https://github.com/antoniojkim
2022-05-11 12:27:05 +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 Revert D35860266: [pytorch][PR] Update torch::lazy::BackendDevice to have a new default ordinal 2022-04-27 18:11:24 +00:00
test_cache.cpp Decouple Lazy Node Shape Cache (#75324) 2022-04-21 17:27:05 -07:00
test_ir.cpp Revert "Revert "[LT] Store OpKind for each IR subclass in a static field"" 2022-05-11 12:27:05 +00:00
test_ir_util.cpp [LT] Move MakeNode into ir_builder.h 2022-05-03 14:53:19 +00:00
test_lazy_ops.cpp [LT] Move MakeNode into ir_builder.h 2022-05-03 14:53:19 +00:00
test_lazy_ops_util.cpp Decouple LTC from TS Backend using Lazy IR Builder 2022-04-28 02:07:02 +00:00
test_lazy_ops_util.h Add lazy tensor unit tests, disabled (#74309) 2022-03-17 15:31:26 +00:00
test_misc.cpp Run lazy tensor codegen in generate_code.py (#73996) 2022-03-17 15:31:26 +00:00
test_permutation_util.cpp
test_shape.cpp [LT] Remove torch::lazy::convertShapes (#71291) 2022-01-14 12:06:39 -08:00
test_symbolic_shape.cpp [JIT SSA] Added testing for the Cat Op in LazyTensor 2022-05-09 22:11:14 +00:00
test_tensor_impl.cpp Land remaining parts of Torchscript Lazy Tensor backend (#74111) 2022-03-22 23:14:03 +00:00
test_trie_cache.cpp Revert "Revert "[LT] Store OpKind for each IR subclass in a static field"" 2022-05-11 12:27:05 +00:00
test_util.cpp