Skip to content

Commit

Permalink
fix function-redefined error (PaddlePaddle#814)
Browse files Browse the repository at this point in the history
  • Loading branch information
gglin001 committed Jun 20, 2022
1 parent 32b8601 commit 0643b35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def set_test_op(self):
self.op_attrs = {}


class TestLogSigmoidCase0(TestBase):
class TestLogSoftmaxCase0(TestBase):

def set_test_op(self):
self.op = F.log_softmax
Expand Down

0 comments on commit 0643b35

Please sign in to comment.