File size: 184 Bytes
bfd666f
 
 
 
 
 
 
1
2
3
4
5
6
7
8
from .chunk import chunk_dplr_delta_rule
from .fused_recurrent import fused_recurrent_dplr_delta_rule

__all__ = [
    'chunk_dplr_delta_rule',
    'fused_recurrent_dplr_delta_rule'
]