File size: 83 Bytes
b66f552
 
 
 
 
 
1
2
3
4
5
6
7

from .parallel import parallel_path_attn

__all__ = [
    'parallel_path_attn',
]