diff --git a/python/tvm/relay/frontend/tflite.py b/python/tvm/relay/frontend/tflite.py index 2abd62a35574..5e32f86b5721 100644 --- a/python/tvm/relay/frontend/tflite.py +++ b/python/tvm/relay/frontend/tflite.py @@ -33,7 +33,6 @@ from .common import infer_shape as _infer_shape from .tflite_flexbuffer import FlexBufferDecoder - __all__ = ['from_tflite'] class TensorWrapper(object):