torch-mlir/frontends/pytorch/csrc/builder
Stella Laurenzo 3937dd14cb Add basicpy.numeric_constant op.
* Going through TODOs on the PyTorch side, this is a big cause of them (not being able to have constants for signed/unsigned).
* Added complex while in here since we're at the phase where it is better to just have things complete than partially done.
2020-11-24 16:44:40 -08:00
..
CMakeLists.txt Add TorchScript graph importer. 2020-11-23 14:20:09 -08:00
acap_dispatch.cpp Bump LLVM version to 4f5355ee73626f8b8fe6bf0dd6d167fea7628a2c. 2020-11-24 13:12:04 -08:00
acap_dispatch.h Add TorchScript graph importer. 2020-11-23 14:20:09 -08:00
debug.cpp Delete old PyTorch 1.3 type dispatch oriented code paths. 2020-11-12 22:27:05 -08:00
debug.h Delete old PyTorch 1.3 type dispatch oriented code paths. 2020-11-12 22:27:05 -08:00
func_builder.cpp Add basicpy.numeric_constant op. 2020-11-24 16:44:40 -08:00
func_builder.h Add basicpy.numeric_constant op. 2020-11-24 16:44:40 -08:00
graph_importer.cpp Bump LLVM version to 4f5355ee73626f8b8fe6bf0dd6d167fea7628a2c. 2020-11-24 13:12:04 -08:00
graph_importer.h Add TorchScript graph importer. 2020-11-23 14:20:09 -08:00
mlir_utils.h Bump LLVM version to 4f5355ee73626f8b8fe6bf0dd6d167fea7628a2c. 2020-11-24 13:12:04 -08:00
module_builder.cpp Add TorchScript import tests missed in previous change. 2020-11-23 14:43:42 -08:00
module_builder.h Add TorchScript import tests missed in previous change. 2020-11-23 14:43:42 -08:00
python_bindings.cpp Add TorchScript graph importer. 2020-11-23 14:20:09 -08:00