pytorch/test/cpp/lazy
Bin Bao f8a4780eb2 [LT] Move MakeNode into ir_builder.h
Summary: Move MakeNode into ir_builder.h to avoid circular header
reference later when introducing a trie cache for IR node lookup.

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

Approved by: https://github.com/wconstab
2022-05-03 14:53:19 +00:00
..
CMakeLists.txt Adding integration of SSA into LazyTensor 2022-04-07 19:49:41 +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 [LT] Move MakeNode into ir_builder.h 2022-05-03 14:53:19 +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
test_misc.cpp
test_permutation_util.cpp
test_shape.cpp
test_symbolic_shape.cpp [LT] Move MakeNode into ir_builder.h 2022-05-03 14:53:19 +00:00
test_tensor_impl.cpp Land remaining parts of Torchscript Lazy Tensor backend (#74111) 2022-03-22 23:14:03 +00:00
test_util.cpp