pytorch/torch/csrc/jit/script
Michael Suo 3b2844eeea Make CompilationUnit own Functions (#22202)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/22202
ghimport-source-id: de6c963af1df76d2d6357155e64a5913ab879f76

Test Plan: Imported from OSS

Differential Revision: D15998761

Pulled By: suo

fbshipit-source-id: 5414a6424953738d823b265d20dc67dde6e5b2d8
2019-07-04 17:12:00 -07:00
..
builtin_functions.cpp Make CompilationUnit own Functions (#22202) 2019-07-04 17:12:00 -07:00
builtin_functions.h Make CompilationUnit own Functions (#22202) 2019-07-04 17:12:00 -07:00
class_type.cpp Make CompilationUnit own Functions (#22202) 2019-07-04 17:12:00 -07:00
compilation_unit.h Make CompilationUnit own Functions (#22202) 2019-07-04 17:12:00 -07:00
compiler.cpp Make CompilationUnit own Functions (#22202) 2019-07-04 17:12:00 -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 s/uniqueName/debugName/ (#22096) 2019-06-21 20:54:53 -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.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
function_schema_parser.cpp Fix compiler warnings (#22162) 2019-07-02 14:12:55 -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 Make CompilationUnit own Functions (#22202) 2019-07-04 17:12:00 -07:00
init.h
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 NamedTuple serialization (#21839) 2019-06-19 10:43:55 -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 Make CompilationUnit own Functions (#22202) 2019-07-04 17:12:00 -07:00
module.h Make CompilationUnit own Functions (#22202) 2019-07-04 17:12:00 -07:00
parse_string_literal.h
parser.cpp Remove weak script (#22212) 2019-07-03 17:28:25 -07:00
parser.h NamedTuple serialization (#21839) 2019-06-19 10:43:55 -07:00
python_sugared_value.cpp Make CompilationUnit own Functions (#22202) 2019-07-04 17:12:00 -07:00
python_sugared_value.h Make CompilationUnit own Functions (#22202) 2019-07-04 17:12:00 -07:00
python_tree_views.cpp Tree based Iterator infrastructure: for in range/list/tensor/zip/enumerate (#21801) 2019-06-22 01:00:42 -07:00
python_tree_views.h add #pragma once to jit headers 2019-07-04 11:10:59 -07:00
resolver.h Some small fixes for NamedTuple (#21813) 2019-06-19 10:43:43 -07:00
schema_matching.cpp Make CompilationUnit own Functions (#22202) 2019-07-04 17:12:00 -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 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 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 Make CompilationUnit own Functions (#22202) 2019-07-04 17:12:00 -07:00
sugared_value.h Make CompilationUnit own Functions (#22202) 2019-07-04 17:12:00 -07:00
tree_views.h Tree based Iterator infrastructure: for in range/list/tensor/zip/enumerate (#21801) 2019-06-22 01:00:42 -07:00
tree.h Record source/line info in SourceRange and report in highlight (#21157) 2019-05-30 15:45:30 -07:00