pytorch/torch/csrc/jit/script
Adam Paszke a0118533ef
Add a print() function to the JIT script (#5274)
Additionally:
- add support for calling functions that are not methods in the Python frontend
- add an end-to-end test for the Python frontend
- add a capture_stdout helper for checking that `print` actually works
2018-02-24 11:15:55 +01:00
..
compiler.cpp Add a print() function to the JIT script (#5274) 2018-02-24 11:15:55 +01:00
compiler.h Add a print() function to the JIT script (#5274) 2018-02-24 11:15:55 +01:00
error_report.h Experimental jit script (#5074) 2018-02-07 20:43:45 +01:00
init.cpp Add a print() function to the JIT script (#5274) 2018-02-24 11:15:55 +01:00
init.h Experimental jit script (#5074) 2018-02-07 20:43:45 +01:00
lexer.cpp Add Python frontend to the JIT (#5190) 2018-02-15 22:53:19 +01:00
lexer.h Add Python frontend to the JIT (#5190) 2018-02-15 22:53:19 +01:00
parser.h Make tree views statically typed in JIT script AST (#5145) 2018-02-09 22:18:31 +01:00
python_tree_views.cpp Add a print() function to the JIT script (#5274) 2018-02-24 11:15:55 +01:00
python_tree_views.h Add Python frontend to the JIT (#5190) 2018-02-15 22:53:19 +01:00
tree_views.h Add a print() function to the JIT script (#5274) 2018-02-24 11:15:55 +01:00
tree.h Add Python frontend to the JIT (#5190) 2018-02-15 22:53:19 +01:00