File size: 204 Bytes
4d0eb62
 
 
 
 
1
2
3
4
5
6
# Copyright (c) OpenMMLab. All rights reserved.
from .ofa import OFA
from .ofa_modules import OFADecoder, OFAEncoder, OFAEncoderDecoder

__all__ = ['OFAEncoderDecoder', 'OFA', 'OFAEncoder', 'OFADecoder']