Skip to content

Commit

Permalink
fix fluid issue (PaddlePaddle#1810)
Browse files Browse the repository at this point in the history
  • Loading branch information
lugimzzz committed Dec 1, 2023
1 parent ee5c481 commit 9c9b6a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions paddleslim/quant/quanters/channel_wise_abs_max.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

import paddle
from paddle import _legacy_C_ops
from paddle.fluid.data_feeder import check_variable_and_dtype
from paddle.fluid.framework import _create_tensor
from paddle.base.data_feeder import check_variable_and_dtype
from paddle.base.framework import _create_tensor
from paddle.framework import ParamAttr, core
from paddle.nn.initializer import Constant
from paddle.utils import unique_name
Expand Down

0 comments on commit 9c9b6a6

Please sign in to comment.