KyanChen's picture
Upload 1861 files
3b96cb1
raw
history blame contribute delete
204 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from .ofa import OFA
from .ofa_modules import OFADecoder, OFAEncoder, OFAEncoderDecoder
__all__ = ['OFAEncoderDecoder', 'OFA', 'OFAEncoder', 'OFADecoder']