未验证 提交 b596eed7 编写于 作者: T Tao Luo 提交者: GitHub

Merge pull request #16824 from LeoZhao-Intel/mkldnn_mul

disable test_elementwise_mul_mkldnn_op case
......@@ -21,6 +21,9 @@ from paddle.fluid.op import Operator
from paddle.fluid.tests.unittests.test_elementwise_mul_op import *
# TODO(LeoZhao-Intel): re-enable this case
# https://github.com/PaddlePaddle/Paddle/issues/16764
@unittest.skip("Not supported well on avx2.")
class TestElementwiseMulMKLDNNOp_BroadcastNCHW16c(ElementwiseMulOp):
def init_input_output(self):
x = np.random.rand(1, 16, 2, 2).astype(self.dtype)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册