pytorch/torch/csrc/jit
Elias Ellison ca33aeba09 [JIT] Add Exit Transform / Convert To SSA to docs
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/24114

Differential Revision: D19780828

Pulled By: eellison

fbshipit-source-id: d481ad886b2ad6349a1646672e507336d45759fb
2020-02-06 18:04:06 -08:00
..
backends
docs [JIT] Add Exit Transform / Convert To SSA to docs 2020-02-06 18:04:06 -08:00
fuser Fix typos, via a Levenshtein-type corrector (#31523) 2020-01-17 16:03:19 -08:00
mobile Added upsample_neartest2d op for lite interpreter. (#32913) 2020-02-04 07:59:03 -08:00
passes [JIT] namedtuple constants (#32873) 2020-01-31 15:25:31 -08:00
script [jit] fix parser for one-line functions (#32941) 2020-02-05 13:11:47 -08:00
testing Clarify the searched string is displayed in the error message 2020-02-01 17:24:37 -08:00
alias_info.h
argument_spec.cpp Attempt to workaround MSVC17 static constexpr bug 2020-02-04 22:33:22 -08:00
argument_spec.h Attempt to workaround MSVC17 static constexpr bug 2020-02-04 22:33:22 -08:00
attributes.cpp
attributes.h implement tuple constants (#31841) 2020-01-22 12:13:31 -08:00
autodiff.cpp Fix spelling errors 2020-01-28 04:46:15 -08:00
autodiff.h
catch_utils.hpp
code_template.h
constants.cpp implement tuple constants (#31841) 2020-01-22 12:13:31 -08:00
constants.h Fix typos, via a Levenshtein-type corrector (#31523) 2020-01-17 16:03:19 -08:00
custom_class.cpp [JIT] Trace uses of torchbind classes as module attributes (#32833) 2020-02-04 19:28:37 -08:00
custom_class.h [JIT] Trace uses of torchbind classes as module attributes (#32833) 2020-02-04 19:28:37 -08:00
custom_operator.h
exception_message.h
export_module.cpp Fix typos, via a Levenshtein-type corrector (#31523) 2020-01-17 16:03:19 -08:00
export.cpp Added ONNX model checker to ONNX export (#32298) 2020-01-28 16:28:54 -08:00
export.h Added ONNX model checker to ONNX export (#32298) 2020-01-28 16:28:54 -08:00
function.cpp
function.h
graph_executor_impl.h cap the maximum depth of bailout chains at 1 (#32073) 2020-01-17 09:42:46 -08:00
graph_executor.cpp Add knobs to set the number of profiling runs and bailout depth (#32735) 2020-01-30 18:50:56 -08:00
graph_executor.h Add knobs to set the number of profiling runs and bailout depth (#32735) 2020-01-30 18:50:56 -08:00
graph_node_list.h
hooks_for_testing.cpp
hooks_for_testing.h
import_export_helpers.cpp
import_export_helpers.h
import_legacy.cpp Renaming IValue List functions (#32093) 2020-01-17 15:17:45 -08:00
import_legacy.h
import_source.cpp [JIT] Resolve custom classes in source importer (#32977) 2020-02-06 10:45:40 -08:00
import_source.h
import.cpp Better error for torch::jit::loading a eager file (#31709) 2020-01-07 16:20:42 -08:00
import.h
init.cpp Fix some bugs with zipfile serialization (#32244) 2020-02-05 15:32:14 -08:00
init.h
instruction.cpp
instruction.h API for testing bailouts (#32518) 2020-01-24 11:19:41 -08:00
interned_strings_class.h
interpreter.cpp consider FAIL_GUARD while counting indices for GUARDs (#32672) 2020-01-28 08:59:25 -08:00
interpreter.h API for testing bailouts (#32518) 2020-01-24 11:19:41 -08:00
ir_views.h
ir.cpp implement tuple constants (#31841) 2020-01-22 12:13:31 -08:00
ir.h Remove unneded TORCH_API (#32015) 2020-02-04 14:44:35 -08:00
irparser.cpp [JIT] Make IRParser use op schema (#32854) 2020-02-04 19:29:50 -08:00
irparser.h
jit_log.cpp
jit_log.h
named_value.h
netdef_converter.cpp
netdef_converter.h
node_hashing.cpp [JIT] Remove capsule type handling of node hashing (#32540) 2020-01-23 17:44:28 -08:00
node_hashing.h
operator_options.cpp
operator_options.h
operator.cpp Fix typos, via a Levenshtein-type corrector (#31523) 2020-01-17 16:03:19 -08:00
operator.h Separate torchbind from Python (#30242) 2019-12-21 22:52:40 -08:00
pass_manager.cpp
pass_manager.h
pickle.cpp Replace c10::guts::stuff with std::stuff (#30915) 2019-12-16 13:57:19 -08:00
pickle.h
pickler.cpp [JIT] pickle serialization for custom bound classes 2020-01-28 11:02:59 -08:00
pickler.h remove list specialization from ivalue (#30734) 2020-01-12 18:28:25 -08:00
print_handler.cpp
print_handler.h
profiling_graph_executor_impl.cpp Add knobs to set the number of profiling runs and bailout depth (#32735) 2020-01-30 18:50:56 -08:00
profiling_graph_executor_impl.h cap the maximum depth of bailout chains at 1 (#32073) 2020-01-17 09:42:46 -08:00
profiling_record.cpp Add knobs to set the number of profiling runs and bailout depth (#32735) 2020-01-30 18:50:56 -08:00
profiling_record.h make profiling take no_grad flags into account (#31071) 2019-12-17 13:22:16 -08:00
pybind_utils.h [JIT] pickle serialization for custom bound classes 2020-01-28 11:02:59 -08:00
pybind.h
python_arg_flatten.cpp
python_arg_flatten.h
python_custom_class.cpp Revert "Remove __torch__ from custom class qualname" (#32514) 2020-01-23 14:56:25 -08:00
python_custom_class.h [JIT] Passing custom class as arg (#32260) 2020-01-23 14:54:59 -08:00
python_interpreter.cpp Use pybind11::gil_scoped_* functions instead of AutoGIL/AutoNoGIL (#30274) 2019-12-02 12:19:58 -08:00
python_ir.cpp [jit] allow compilation using optional modules (#32539) 2020-01-24 11:51:47 -08:00
python_ir.h
python_ivalue.h [jit] Enable IValue to hold a PyObject (#32491) 2020-01-22 15:48:32 -08:00
python_tracer.cpp Use pybind11::gil_scoped_* functions instead of AutoGIL/AutoNoGIL (#30274) 2019-12-02 12:19:58 -08:00
python_tracer.h
register_c10_ops.cpp [JIT] Trace uses of torchbind classes as module attributes (#32833) 2020-02-04 19:28:37 -08:00
register_distributed_ops.cpp Setup operator registration for distributed package (#31214) 2019-12-17 17:26:43 -08:00
register_prim_ops_c10.cpp Move prim ops from JIT registration to C10 (#30612) 2020-01-04 13:47:44 -08:00
register_prim_ops.cpp Renaming IValue List functions (#32093) 2020-01-17 15:17:45 -08:00
register_special_ops.cpp Renaming IValue List functions (#32093) 2020-01-17 15:17:45 -08:00
register_string_ops.cpp [PyTorch][TorchScript] Add support for join on List of strings in TorchScript (#32847) 2020-01-31 18:20:38 -08:00
resource_guard.h
scope.cpp
scope.h
source_range_serialization_impl.h
source_range_serialization.cpp
source_range_serialization.h
source_range.cpp
source_range.h
subgraph_matcher.cpp
subgraph_matcher.h
symbolic_script.cpp Renaming scales parameter for interpolate (#31526) 2020-01-02 08:19:30 -08:00
symbolic_script.h
tracer.cpp [JIT] Trace uses of torchbind classes as module attributes (#32833) 2020-02-04 19:28:37 -08:00
tracer.h [JIT] Trace uses of torchbind classes as module attributes (#32833) 2020-02-04 19:28:37 -08:00
type_hashing.cpp [JIT] Improve May Contain Alias Using Contained Elements (#32326) 2020-01-28 18:08:56 -08:00
type_hashing.h fix windows build (#32762) 2020-01-28 22:55:48 -08:00
unpickler.cpp [jit] Enable IValue to hold a PyObject (#32491) 2020-01-22 15:48:32 -08:00
unpickler.h Fix typos, via a Levenshtein-type corrector (#31523) 2020-01-17 16:03:19 -08:00
update_graph_executor_opt.cpp
update_graph_executor_opt.h
vararg_functions.cpp
vararg_functions.h remove list specialization from ivalue (#30734) 2020-01-12 18:28:25 -08:00
variable_tensor_list.h