zaydzuhri's picture
Training in progress, step 2048
2f9282b verified
raw
history blame
258 Bytes
# -*- coding: utf-8 -*-
from .chunk import chunk_simple_gla
from .fused_recurrent import fused_recurrent_simple_gla
from .parallel import parallel_simple_gla
__all__ = [
'chunk_simple_gla',
'fused_recurrent_simple_gla',
'parallel_simple_gla'
]