Created by: JepsonWong
fix bug for test_elementwise_mul_op.py 修复test_elementwise_mul_op单测在动态图下出现的问题,原因在于动态图不支持mkldnn类型的单测,需要通过self.use_mkldnn字段来判断是否需要跑动态图单测。但新增的TestElementwiseMulOp_commonuse_1、TestElementwiseMulOp_commonuse_2、TestElementwiseMulOp_xsize_lessthan_ysize没有设置该字段,导致判断出错。
log链接: http://ci.paddlepaddle.org/viewLog.html?buildId=225453&buildTypeId=PaddleMac_MacPrCi http://ci.paddlepaddle.org/viewLog.html?buildId=225489&buildTypeId=PR_CI_Test_2 http://ci.paddlepaddle.org/viewLog.html?buildId=225418&buildTypeId=Paddle_PrCiPython35