Skip to content

Commit

Permalink
[0D-Tensor] Fix test_elementwise_pow_op unittest (PaddlePaddle#55684)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiahy0825 authored and wyf committed Aug 30, 2023
1 parent 63eb6dc commit 554c180
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/legacy_test/test_elementwise_pow_op.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ def setUp(self):
self.op_type = "elementwise_pow"
self.python_api = paddle.pow
self.public_python_api = paddle.pow
self.enable_cinn = False
self.prim_op_type = "prim"

self.inputs = {
Expand All @@ -75,7 +74,6 @@ def setUp(self):
self.op_type = "elementwise_pow"
self.python_api = paddle.pow
self.public_python_api = paddle.pow
self.enable_cinn = False
self.prim_op_type = "prim"

self.inputs = {
Expand All @@ -90,7 +88,6 @@ def setUp(self):
self.op_type = "elementwise_pow"
self.python_api = paddle.pow
self.public_python_api = paddle.pow
self.enable_cinn = False
self.prim_op_type = "prim"

self.inputs = {
Expand Down

0 comments on commit 554c180

Please sign in to comment.