pytorch/torch/csrc/jit/script
Zachary DeVito 286cd04a20
JIT cleanup (#7631)
Cleans up dead code in the JIT:

* Remove interpreter_autograd_function
* Remove Handles
* Remove HandleBuilder
* Remove creates_handles, and tracing_autograd_python_function flags
* Remove unused var_args
* Fix submodules
2018-05-21 10:06:29 -07:00
..
compiler.cpp [JIT][script] Add matmul(@), pow(**) operator (#7648) 2018-05-18 15:24:20 -07:00
compiler.h Improve script builtin checking using schema (#7311) 2018-05-14 14:46:36 -07:00
error_report.h Allow __constant__ values in a ScriptModule to be used as attributes for builtin functions (#7017) 2018-04-27 17:44:17 -07:00
init.cpp JIT cleanup (#7631) 2018-05-21 10:06:29 -07:00
init.h [jit] Have ScriptModule inherit from Module (#5769) 2018-03-22 00:17:49 -04:00
lexer.cpp Add Python frontend to the JIT (#5190) 2018-02-15 22:53:19 +01:00
lexer.h [JIT][script] Add matmul(@), pow(**) operator (#7648) 2018-05-18 15:24:20 -07:00
module.cpp Improve script builtin checking using schema (#7311) 2018-05-14 14:46:36 -07:00
module.h Improve script builtin checking using schema (#7311) 2018-05-14 14:46:36 -07:00
parser.h Tuple literal and cat support (#6691) 2018-04-23 10:58:07 -07:00
python_tree_views.cpp [jit][script] Check that each builtin returns the right number of values. (#6492) 2018-04-12 10:32:49 -07:00
python_tree_views.h Add workaround to fix include warnings in Python 2 builds. (#6716) 2018-04-24 12:30:19 -07:00
tree_views.h [JIT][script] Add matmul(@), pow(**) operator (#7648) 2018-05-18 15:24:20 -07:00
tree.h Add a Number node to the JIT AST and unify script syntax with Python (#5716) 2018-03-15 20:56:23 +01:00