DriverTrac/venv/lib/python3.12/site-packages/thop/__init__.py
2025-11-28 09:08:33 +05:30

13 lines
293 B
Python

# Ultralytics 🚀 AGPL-3.0 License - https://ultralytics.com/license
__version__ = "2.0.18"
import torch
from .profile import profile, profile_origin
from .utils import clever_format
default_dtype = torch.float64
__all__ = ["clever_format", "default_dtype", "profile", "profile_origin"]