pytorch/tools/shared/__init__.py
Gregory Chanan 30f31c66ba Kill declared_type and ignore_check from THFormal. (#26284)
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
2019-09-17 07:40:33 -07:00

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