gated_deltaproduct / fla3 /ops /titans /__init__.py
msj19's picture
Add files using upload-large-folder tool
2b1ea17 verified
raw
history blame contribute delete
105 Bytes
# -*- coding: utf-8 -*-
from .naive import chunk_titans_linear
__all__ = [
'chunk_titans_linear'
]