mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-15 21:00:47 +00:00
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/26284 They aren't used anymore. Test Plan: Imported from OSS Differential Revision: D17397182 Pulled By: gchanan fbshipit-source-id: 3f1cc0fd12aa8f8589548640421b206fa7c571e1
2 lines
144 B
Python
2 lines
144 B
Python
from .module_loader import import_module # noqa: F401
|
|
from .cwrap_common import set_declaration_defaults, sort_by_number_of_args # noqa: F401
|