RWKV-ASR / fla /ops /gla /__init__.py
fasdfsa's picture
init
32beb88
raw
history blame contribute delete
223 Bytes
# -*- coding: utf-8 -*-
from .chunk import chunk_gla
from .chunk_fuse import fused_chunk_gla
from .recurrent_fuse import fused_recurrent_gla
__all__ = [
'chunk_gla',
'fused_chunk_gla',
'fused_recurrent_gla'
]