| # ops/__init__.py | |
| from .pooling import mean_pooling | |
| from .compressed_attention import compressed_attention | |
| from .topk_sparse_attention import topk_sparse_attention | |
| __all__ = [ | |
| "mean_pooling", | |
| "compressed_attention", | |
| "topk_sparse_attention", | |
| ] |
| # ops/__init__.py | |
| from .pooling import mean_pooling | |
| from .compressed_attention import compressed_attention | |
| from .topk_sparse_attention import topk_sparse_attention | |
| __all__ = [ | |
| "mean_pooling", | |
| "compressed_attention", | |
| "topk_sparse_attention", | |
| ] |