pytorch/torch/csrc/jit/script
Michael Suo a25b79531c use fully qualified name for ScriptClasses (#19239)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/19239
ghimport-source-id: 830aad6dc11d2a7247760a9c7c9fc8556f70a706

Differential Revision: D14928293

Reviewed By: eellison

Pulled By: suo

fbshipit-source-id: d2efa5d7f7397526083278d6650b9cee8d967b1a
2019-04-26 19:17:21 -07:00
..
builtin_functions.cpp C++ changes toward libtorch and libcaffe2 unification (#19554) 2019-04-26 01:38:10 -07:00
builtin_functions.h First class modules in the compiler, round 2 (#19167) 2019-04-11 13:55:48 -07:00
class_type.cpp @torch.jit.script(fn) now is a torch.jit.Function (#19721) 2019-04-25 15:53:00 -07:00
compilation_unit.h Trace directly into first-class module form. (#19722) 2019-04-25 15:53:03 -07:00
compiler.cpp use fully qualified name for ScriptClasses (#19239) 2019-04-26 19:17:21 -07:00
compiler.h Turn resolver into a class (#19236) 2019-04-19 13:01:59 -07:00
edit_distance.cpp Print out operator suggestions for unknown builtin op (#15183) 2019-01-04 13:04:44 -08:00
edit_distance.h Print out operator suggestions for unknown builtin op (#15183) 2019-01-04 13:04:44 -08:00
error_report.h clang format world (#15524) 2018-12-26 06:55:01 -08:00
final_returns.cpp Serialize first-class version of functions (#19723) 2019-04-25 15:53:07 -07:00
final_returns.h clang format world (#15524) 2018-12-26 06:55:01 -08:00
function_schema_parser.cpp Allow registering ops without specifying the full schema (#19286) 2019-04-18 02:04:46 -07:00
function_schema_parser.h Allow registering ops without specifying the full schema (#19286) 2019-04-18 02:04:46 -07:00
init.cpp use fully qualified name for ScriptClasses (#19239) 2019-04-26 19:17:21 -07:00
init.h Canonicalize all includes in PyTorch. (#14849) 2018-12-08 19:38:30 -08: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 Move function schema parser to ATen/core build target (#19282) 2019-04-18 01:03:37 -07:00
lexer.h use fully qualified name for ScriptClasses (#19239) 2019-04-26 19:17:21 -07:00
logging.cpp C++ changes toward libtorch and libcaffe2 unification (#19554) 2019-04-26 01:38:10 -07:00
logging.h C++ changes toward libtorch and libcaffe2 unification (#19554) 2019-04-26 01:38:10 -07:00
module_python.h Make it possible for self.forward to return a ScriptMethod (#19217) 2019-04-24 11:14:34 -07:00
module.cpp use fully qualified name for ScriptClasses (#19239) 2019-04-26 19:17:21 -07:00
module.h Trace directly into first-class module form. (#19722) 2019-04-25 15:53:03 -07:00
parse_string_literal.h clang format world (#15524) 2018-12-26 06:55:01 -08:00
parser.cpp Ellipsis in subscript 2019-04-15 22:10:44 -07:00
parser.h Attribute serialization (#17423) 2019-03-18 18:18:22 -07:00
python_tree_views.cpp Ellipsis in subscript 2019-04-15 22:10:44 -07:00
python_tree_views.h clang format world (#15524) 2018-12-26 06:55:01 -08:00
resolver.h add resolveType to Resolver (#19237) 2019-04-19 13:02:02 -07:00
schema_matching.cpp First class modules in the compiler, round 2 (#19167) 2019-04-11 13:55:48 -07:00
schema_matching.h Support named tuple return from operators on JIT (#16253) 2019-02-10 18:15:56 -08:00
schema_type_parser.cpp Fixing function schema parser for Android (#19281) 2019-04-17 23:50:17 -07:00
schema_type_parser.h Move function schema parser to ATen/core build target (#19282) 2019-04-18 01:03:37 -07:00
script_type_parser.cpp use fully qualified name for ScriptClasses (#19239) 2019-04-26 19:17:21 -07:00
script_type_parser.h add resolveType to Resolver (#19237) 2019-04-19 13:02:02 -07:00
slot.h First class modules in the compiler, round 2 (#19167) 2019-04-11 13:55:48 -07:00
strtod.cpp Fixing function schema parser for Android (#19281) 2019-04-17 23:50:17 -07:00
strtod.h Fixing function schema parser for Android (#19281) 2019-04-17 23:50:17 -07:00
sugared_value.cpp Serialize first-class version of functions (#19723) 2019-04-25 15:53:07 -07:00
sugared_value.h use fully qualified name for ScriptClasses (#19239) 2019-04-26 19:17:21 -07:00
tree_views.h Fixing function schema parser for Android (#19281) 2019-04-17 23:50:17 -07:00
tree.h Fix compilation on Windows 10 (CUDA 10.0, Visual Studio 2017) (#19615) 2019-04-25 09:37:17 -07:00