gla-16M-test / fla /ops /hgrn /__init__.py
zaydzuhri's picture
Training in progress, step 2048
2f9282b verified
raw
history blame contribute delete
165 Bytes
# -*- coding: utf-8 -*-
from .chunk import chunk_hgrn
from .fused_recurrent import fused_recurrent_hgrn
__all__ = [
'chunk_hgrn',
'fused_recurrent_hgrn'
]