mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
Summary: fp8 uses untyped storage. Add support for torch.package by using the same logic as in serialization.py Differential Revision: D67684033 Pull Request resolved: https://github.com/pytorch/pytorch/pull/143930 Approved by: https://github.com/henrylhtsang |
||
|---|---|---|
| .. | ||
| package_a | ||
| package_b | ||
| package_bc | ||
| package_c | ||
| package_d | ||
| package_e | ||
| test_trace_dep | ||
| __init__.py | ||
| common.py | ||
| generate_bc_packages.py | ||
| module_a.py | ||
| module_a_remapped_path.py | ||
| test_analyze.py | ||
| test_dependency_api.py | ||
| test_dependency_hooks.py | ||
| test_digraph.py | ||
| test_directory_reader.py | ||
| test_glob_group.py | ||
| test_importer.py | ||
| test_load_bc_packages.py | ||
| test_mangling.py | ||
| test_misc.py | ||
| test_model.py | ||
| test_package_fx.py | ||
| test_package_script.py | ||
| test_repackage.py | ||
| test_resources.py | ||
| test_save_load.py | ||