pytorch/torch/csrc/jit/script
Michael Suo 77c08aa46c serialize modules as classes
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/23098

Test Plan: Imported from OSS

Differential Revision: D16383328

Pulled By: suo

fbshipit-source-id: 36389b8e45c3febb7f224cd9c630fe643fa90bef
2019-08-11 15:50:29 -07:00
..
builtin_functions.cpp Give functions qualified names 2019-07-11 14:55:34 -07:00
builtin_functions.h Make CompilationUnit own Functions (#22202) 2019-07-04 17:12:00 -07:00
canonicalize_modified_loop.cpp add support for breaks and continues (#21692) 2019-07-12 15:02:44 -07:00
canonicalize_modified_loop.h add support for breaks and continues (#21692) 2019-07-12 15:02:44 -07:00
class_type.cpp Make classtypes hold a weak_ptr to their CU 2019-07-16 12:04:20 -07:00
compilation_unit.h [jit[ make sure NameTuples have unique qualified names 2019-08-09 00:52:02 -07:00
compiler.cpp serialize modules as classes 2019-08-11 15:50:29 -07:00
compiler.h Change compiler to use Load/Stores, then transform to SSA (#21101) 2019-06-10 10:26:43 -07:00
convert_to_ssa.cpp add support for breaks and continues (#21692) 2019-07-12 15:02:44 -07:00
convert_to_ssa.h Change compiler to use Load/Stores, then transform to SSA (#21101) 2019-06-10 10:26:43 -07:00
edit_distance.cpp
edit_distance.h Cleanup includes in torch/csrc/jit/script/* (#19921) 2019-05-06 13:24:22 -07:00
error_report.cpp Fix frontend error message 2019-08-02 11:37:21 -07:00
error_report.h Include recursive class compilations in error call stack (#23454) 2019-07-30 17:29:54 -07:00
exit_transforms.cpp Make typing understand exceptions (#23565) 2019-08-07 09:06:07 -07:00
exit_transforms.h add support for breaks and continues (#21692) 2019-07-12 15:02:44 -07:00
function_schema_parser.cpp Support parsing variadic return schema (#23199) 2019-07-25 09:39:49 -07:00
function_schema_parser.h
init.cpp serialize modules as classes 2019-08-11 15:50:29 -07:00
init.h
inline_loop_condition.cpp add support for breaks and continues (#21692) 2019-07-12 15:02:44 -07:00
inline_loop_condition.h add support for breaks and continues (#21692) 2019-07-12 15:02:44 -07:00
jit_exception.cpp C++ changes toward libtorch and libcaffe2 unification (#19554) 2019-04-26 01:38:10 -07:00
jit_exception.h C++ changes toward libtorch and libcaffe2 unification (#19554) 2019-04-26 01:38:10 -07:00
lexer.cpp add NotIn support in script 2019-08-07 16:07:21 -07:00
lexer.h add NotIn support in script 2019-08-07 16:07:21 -07:00
logging.cpp C++ changes toward libtorch and libcaffe2 unification (#19554) 2019-04-26 01:38:10 -07:00
logging.h Cleanup includes in torch/csrc/jit/script/* (#19921) 2019-05-06 13:24:22 -07:00
mini_environment.h add #pragma once to jit headers 2019-07-04 11:10:59 -07:00
module_python.h remove uses of std::shared_ptr<Module> (#21934) 2019-06-25 13:24:38 -07:00
module.cpp serialize modules as classes 2019-08-11 15:50:29 -07:00
module.h Replace Module::copy_into with Module::clone. (#24068) 2019-08-09 18:25:38 -07:00
parse_string_literal.h Fix the problem in parseOctal and throw exception if use \xhh to specify hex value (#23198) 2019-07-24 10:41:59 -07:00
parser.cpp add NotIn support in script 2019-08-07 16:07:21 -07:00
parser.h NamedTuple serialization (#21839) 2019-06-19 10:43:55 -07:00
python_sugared_value.cpp serialize modules as classes 2019-08-11 15:50:29 -07:00
python_sugared_value.h serialize modules as classes 2019-08-11 15:50:29 -07:00
python_tree_views.cpp add support for overloading functions (#23886) 2019-08-07 19:18:19 -07:00
python_tree_views.h add #pragma once to jit headers 2019-07-04 11:10:59 -07:00
resolver.h Add initial support for serializing classes 2019-07-19 14:51:59 -07:00
schema_matching.cpp Cleanup interface of inlineCallTo. 2019-07-30 11:26:31 -07:00
schema_matching.h Add CallMethod, inline eagerly (#21116) 2019-06-03 21:35:11 -07:00
schema_type_parser.cpp Initial torchbind prototype (#21098) 2019-08-02 18:45:15 -07:00
schema_type_parser.h add #pragma once to jit headers 2019-07-04 11:10:59 -07:00
script_type_parser.cpp Some small fixes for NamedTuple (#21813) 2019-06-19 10:43:43 -07:00
script_type_parser.h Cleanup includes in torch/csrc/jit/script/* (#19921) 2019-05-06 13:24:22 -07:00
slot.h script::Module as a view. (#21814) 2019-06-18 13:58:49 -07:00
strtod.cpp fix some compiler warnings 2019-08-05 17:52:56 -07:00
strtod.h
sugared_value.cpp is_quantized support in JIT 2019-08-09 17:32:42 -07:00
sugared_value.h add sorted keyword for lists and dicts (#23274) 2019-07-26 17:44:15 -07:00
tree_views.h add support for overloading functions (#23886) 2019-08-07 19:18:19 -07:00
tree.h Record source/line info in SourceRange and report in highlight (#21157) 2019-05-30 15:45:30 -07:00