pytorch/torch/csrc/jit/serialization
Yanan Cao 04004bf10c Fix a minor typo "forget add" -> "forget to add" (#41131)
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/41131

Differential Revision: D22441122

Pulled By: gmagogsfm

fbshipit-source-id: 383ef167b7742e2f211d1cae010b6ebb37c6e7a0
2020-07-08 17:00:42 -07:00
..
export_module.cpp Add version number to bytecode. (#36439) 2020-07-08 12:30:58 -07:00
export.cpp [ONNX] Support large attribute and subgraph for large model (#38793) 2020-06-22 10:34:37 -07:00
export.h [jit] avoid pre-convert tensor to cpu in pickling (#38898) 2020-06-07 21:28:33 -07:00
import_export_constants.h Make operator names consistent between export_opnames and the lite interpreter (#34674) 2020-03-26 22:50:59 -07:00
import_export_functions.h Fix the typo in operator name string (#36296) 2020-04-10 12:56:16 -07:00
import_export_helpers.cpp [JIT] clang-format JIT code (#35115) 2020-03-26 11:24:51 -07:00
import_export_helpers.h
import_legacy.cpp [JIT] Add Type::repr_str to return human-readable str (#39544) 2020-06-10 12:01:24 -07:00
import_legacy.h [jit] kill script namespace (#34515) 2020-03-11 23:32:48 -07:00
import_source.cpp [JIT] Add support for saving/loading of lowered modules (#38893) 2020-06-01 23:50:52 -07:00
import_source.h [jit] fix named tuples as attributes (#37251) 2020-04-24 17:48:44 -07:00
import.cpp [JIT] Add Type::repr_str to return human-readable str (#39544) 2020-06-10 12:01:24 -07:00
import.h [JIT] clang-format JIT code (#35115) 2020-03-26 11:24:51 -07:00
pickle.cpp [jit] Fix name collision on load (#35720) 2020-04-01 00:02:38 -07:00
pickle.h [JIT] clang-format JIT code (#35115) 2020-03-26 11:24:51 -07:00
pickler.cpp [JIT] Add Type::repr_str to return human-readable str (#39544) 2020-06-10 12:01:24 -07:00
pickler.h [jit] avoid pre-convert tensor to cpu in pickling (#38898) 2020-06-07 21:28:33 -07:00
python_print.cpp Fix a minor typo "forget add" -> "forget to add" (#41131) 2020-07-08 17:00:42 -07:00
python_print.h Adds dynamic versioning pattern (#40279) 2020-06-24 12:52:50 -07:00
source_range_serialization_impl.h
source_range_serialization.cpp [JIT] clang-format JIT code (#35115) 2020-03-26 11:24:51 -07:00
source_range_serialization.h
type_name_uniquer.cpp [jit] Fix name collision on load (#35720) 2020-04-01 00:02:38 -07:00
type_name_uniquer.h [jit] Fix name collision on load (#35720) 2020-04-01 00:02:38 -07:00
unpickler.cpp [JIT] Remove dead store in unpickler.cpp (#40625) 2020-07-06 14:48:03 -07:00
unpickler.h Canonicalize includes in torch, and add tests for it (#36303) 2020-04-23 08:09:21 -07:00