MTP-120M / fla /ops /simple_gla /__init__.py
Erland's picture
Add files using upload-large-folder tool
bec1e88 verified
raw
history blame contribute delete
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'
]