Add from six.moves import reduce (#16435)

test=develop
move-code
chengduo 6 years ago committed by GitHub
parent c300b1ba69
commit 999365149d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -13,7 +13,7 @@
# limitations under the License.
from __future__ import print_function
from six.moves import reduce
from ..layer_helper import LayerHelper
from ..param_attr import ParamAttr
from ..framework import convert_np_dtype_to_dtype_

Loading…
Cancel
Save