pytorch/torch/csrc/jit/script
Michael Suo ee9c8a75f4 refactor self to be a class again (#22207)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/22207
ghimport-source-id: 36ee8bd17411a2e220665ad2a27364653061070e

Test Plan: Imported from OSS

Differential Revision: D15998758

Pulled By: suo

fbshipit-source-id: 14bad87bb6e44bf1a43ae86339d8cc7b311c76dd
2019-07-10 15:19:07 -07:00
..
builtin_functions.cpp Give functions qualified names (#22206) 2019-07-10 15:19:03 -07:00
builtin_functions.h Make CompilationUnit own Functions (#22202) 2019-07-04 17:12:00 -07:00
class_type.cpp Give functions qualified names (#22206) 2019-07-10 15:19:03 -07:00
compilation_unit.h refactor self to be a class again (#22207) 2019-07-10 15:19:07 -07:00
compiler.cpp refactor self to be a class again (#22207) 2019-07-10 15:19:07 -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 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.cpp Report errors through call stack (#22280) 2019-07-09 16:41:22 -07:00
error_report.h Report errors through call stack (#22280) 2019-07-09 16:41:22 -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 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 refactor self to be a class again (#22207) 2019-07-10 15:19:07 -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 refactor self to be a class again (#22207) 2019-07-10 15:19:07 -07:00
module.h Give functions qualified names (#22206) 2019-07-10 15:19:03 -07:00
parse_string_literal.h clang format world (#15524) 2018-12-26 06:55:01 -08:00
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 Report errors through call stack (#22280) 2019-07-09 16:41:22 -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 Give functions qualified names (#22206) 2019-07-10 15:19:03 -07:00
sugared_value.h refactor self to be a class again (#22207) 2019-07-10 15:19:07 -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