RWKV-ASR / fla /ops /simple_gla /__init__.py
fasdfsa's picture
init
32beb88
raw
history blame contribute delete
100 Bytes
# -*- coding: utf-8 -*-
from .chunk import chunk_simple_gla
__all__ = [
'chunk_simple_gla'
]