Coverage for  / home / jenkins / .local / lib / python3.10 / site-packages / hyper_parallel / core / utils / __init__.py: 100%

3 statements  

« prev     ^ index     » next       coverage.py v7.13.1, created at 2026-05-11 07:26 +0800

1"""Utility subpackage for distributed tensor operations.""" 

2 

3__all__ = ["compute_local_shape_and_global_offset", "clip_grad_norm_"] 

4 

5from hyper_parallel.core.utils.shape_utils import compute_local_shape_and_global_offset 

6from hyper_parallel.core.utils.clip_grad import clip_grad_norm_