torch-mlir/frontends/pytorch/csrc/c10_dispatch
Stella Laurenzo 8d98dd4551 Support optional args/returns and other odds and ends.
* None's out Device? args.
* Emits bool tensors if needed.
* Adds some stderr tracing to better see what is going on.
* Test case that exercises NLLLoss.
* This test case emits something for backward calculations but there are some issues still to be worked out, so that part is left out of the test case.
* Progress on #97
2020-10-30 14:50:28 -07:00
..
CMakeLists.txt Support optional args/returns and other odds and ends. 2020-10-30 14:50:28 -07:00
acap_dispatch.cpp Support optional args/returns and other odds and ends. 2020-10-30 14:50:28 -07:00
acap_dispatch.h Support optional args/returns and other odds and ends. 2020-10-30 14:50:28 -07:00
debug.cpp Support optional args/returns and other odds and ends. 2020-10-30 14:50:28 -07:00
debug.h Support optional args/returns and other odds and ends. 2020-10-30 14:50:28 -07:00
func_builder.cpp Add remaining pieces to capture full example models. 2020-10-19 22:16:59 -07:00
func_builder.h Add remaining pieces to capture full example models. 2020-10-19 22:16:59 -07:00
module_builder.cpp Create public API for torch_mlir python code. 2020-10-13 16:36:49 -07:00
module_builder.h Create public API for torch_mlir python code. 2020-10-13 16:36:49 -07:00
python_bindings.cpp Support optional args/returns and other odds and ends. 2020-10-30 14:50:28 -07:00