""" TinyTorch Utils Package Shared utilities for TinyTorch modules. """ from .profiler import SimpleProfiler, profile_function __all__ = ['SimpleProfiler', 'profile_function']