ref: 0ab0640d4ad41d765ab2b9916f7146c67fe56a3c dir: /dnn/torch/lpcnet/models/__init__.py/
from .lpcnet import LPCNet from .multi_rate_lpcnet import MultiRateLPCNet model_dict = { 'lpcnet' : LPCNet, 'multi_rate' : MultiRateLPCNet }