Skip to content

Commit 3ac1d99

Browse files
del import of fluid.layers.layer_norm in __init__.py
1 parent dbc0693 commit 3ac1d99

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/paddle/static/nn/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
from .common import bilinear_tensor_product # noqa: F401
3232
from .common import py_func # noqa: F401
3333
from ...tensor.creation import create_parameter # noqa: F401
34-
from ...fluid.layers import layer_norm # noqa: F401
3534
from .loss import nce # noqa: F401
3635
from .common import prelu # noqa: F401
3736
from ...fluid.layers import row_conv # noqa: F401

0 commit comments

Comments
 (0)