Skip to content

Commit 9c9b6a6

Browse files
authored
fix fluid issue (#1810)
1 parent ee5c481 commit 9c9b6a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

paddleslim/quant/quanters/channel_wise_abs_max.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616

1717
import paddle
1818
from paddle import _legacy_C_ops
19-
from paddle.fluid.data_feeder import check_variable_and_dtype
20-
from paddle.fluid.framework import _create_tensor
19+
from paddle.base.data_feeder import check_variable_and_dtype
20+
from paddle.base.framework import _create_tensor
2121
from paddle.framework import ParamAttr, core
2222
from paddle.nn.initializer import Constant
2323
from paddle.utils import unique_name

0 commit comments

Comments
 (0)