pytorch/torch/csrc/jit/script
Zachary DeVito eda08b0aae script::Module as a view. (#21814)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/21814
ghimport-source-id: 49cfea6101ad9ca438600c465762e23252e05ff3

Test Plan: Imported from OSS

Differential Revision: D15839583

Pulled By: zdevito

fbshipit-source-id: ab4ef31a523b3ac1477aa7e6d4d9513e7408c560
2019-06-18 13:58:49 -07:00
..
builtin_functions.cpp Add CallMethod, inline eagerly (#21116) 2019-06-03 21:35:11 -07:00
builtin_functions.h Add CallMethod, inline eagerly (#21116) 2019-06-03 21:35:11 -07:00
class_type.cpp script::Module as a view. (#21814) 2019-06-18 13:58:49 -07:00
compilation_unit.h Split out Function into its own file (#21539) 2019-06-10 16:37:58 -07:00
compiler.cpp Support in membership checks (#21527) 2019-06-18 09:49:12 -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 Emit Loop Condition as Separate Block (#21611) 2019-06-11 22:03:26 -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 Print out operator suggestions for unknown builtin op (#15183) 2019-01-04 13:04:44 -08:00
edit_distance.h Cleanup includes in torch/csrc/jit/script/* (#19921) 2019-05-06 13:24:22 -07:00
error_report.h Remove SourceLocation (respin) (#20333) 2019-05-09 16:17:33 -07:00
final_returns.cpp Use SmallVector to allocate Compound operands inline. (#20762) 2019-05-21 16:37:52 -07:00
final_returns.h clang format world (#15524) 2018-12-26 06:55:01 -08:00
function_schema_parser.cpp Add file-line info for jit.load and string frontend (#21217) 2019-05-31 23:43:15 -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 script::Module as a view. (#21814) 2019-06-18 13:58:49 -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 Support in membership checks (#21527) 2019-06-18 09:49:12 -07:00
lexer.h Add file-line info for jit.load and string frontend (#21217) 2019-05-31 23:43:15 -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 Change compiler to use Load/Stores, then transform to SSA (#21101) 2019-06-10 10:26:43 -07:00
module_python.h Extract Python-specific SugaredValues to a separate file from init.cpp. (#19986) 2019-04-30 19:38:23 -07:00
module.cpp script::Module as a view. (#21814) 2019-06-18 13:58:49 -07:00
module.h script::Module as a view. (#21814) 2019-06-18 13:58:49 -07:00
parse_string_literal.h clang format world (#15524) 2018-12-26 06:55:01 -08:00
parser.cpp Support in membership checks (#21527) 2019-06-18 09:49:12 -07:00
parser.h Add file-line info for jit.load and string frontend (#21217) 2019-05-31 23:43:15 -07:00
python_sugared_value.cpp script::Module as a view. (#21814) 2019-06-18 13:58:49 -07:00
python_sugared_value.h Add _enable_recursive_script to try to script all Python functions (#19578) 2019-05-17 14:50:45 -07:00
python_tree_views.cpp Support in membership checks (#21527) 2019-06-18 09:49:12 -07:00
python_tree_views.h clang format world (#15524) 2018-12-26 06:55:01 -08:00
resolver.h Namespace isolation for classes (#19903) 2019-05-07 22:48:31 -07:00
schema_matching.cpp Support for NamedTuple (#21428) 2019-06-14 16:45:56 -07:00
schema_matching.h Add CallMethod, inline eagerly (#21116) 2019-06-03 21:35:11 -07:00
schema_type_parser.cpp Add qscheme() method (#20608) 2019-06-14 16:29:29 -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 Add file-line info for jit.load and string frontend (#21217) 2019-05-31 23:43:15 -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 Make strtod_c compatible with different gcc abi (#21293) 2019-06-05 18:10:09 -07:00
strtod.h Fixing function schema parser for Android (#19281) 2019-04-17 23:50:17 -07:00
sugared_value.cpp Fixed "tried to access to nonexistent attribute" -> "tried to access nonexistent attribute" 2019-06-18 02:13:09 -07:00
sugared_value.h Support in membership checks (#21527) 2019-06-18 09:49:12 -07:00
tree_views.h Support in membership checks (#21527) 2019-06-18 09:49:12 -07:00
tree.h Record source/line info in SourceRange and report in highlight (#21157) 2019-05-30 15:45:30 -07:00