Skip to content

Commit 9993651

Browse files
author
chengduo
authored
Add from six.moves import reduce (#16435)
test=develop
1 parent c300b1b commit 9993651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/paddle/fluid/layers/tensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
from __future__ import print_function
16-
16+
from six.moves import reduce
1717
from ..layer_helper import LayerHelper
1818
from ..param_attr import ParamAttr
1919
from ..framework import convert_np_dtype_to_dtype_

0 commit comments

Comments
 (0)