From aa24a8659861c88c11c3eeff21f17f92504ac714 Mon Sep 17 00:00:00 2001 From: Asthestarsfalll <1186454801@qq.com> Date: Fri, 1 Apr 2022 20:01:57 +0800 Subject: [PATCH] fix import error --- python/paddle/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/paddle/__init__.py b/python/paddle/__init__.py index bba9c226dc07b..848b862bde3aa 100755 --- a/python/paddle/__init__.py +++ b/python/paddle/__init__.py @@ -263,6 +263,7 @@ from .tensor.math import fmin # noqa: F401 from .tensor.math import inner # noqa: F401 from .tensor.math import outer # noqa: F401 +from .tensor.math import frac # noqa: F401 from .tensor.random import bernoulli # noqa: F401 from .tensor.random import poisson # noqa: F401