tomofi's picture
Add application file
2366e36
raw
history blame
No virus
159 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from .transformer_layers import TFDecoderLayer, TFEncoderLayer
__all__ = ['TFEncoderLayer', 'TFDecoderLayer']