Skip to content

Commit

Permalink
fix cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
Difers committed Feb 7, 2024
1 parent b1be5fc commit 3fdce02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from paddle.base.layer_helper import LayerHelper


class TestCPartialSendTranslator(test_op_translator.TestOpTranslator):
class TestPartialSendTranslator(test_op_translator.TestOpTranslator):
def append_op(self):
self.op_type = "partial_send"
x = paddle.ones(shape=(100, 2, 3), dtype='float32')
Expand Down

0 comments on commit 3fdce02

Please sign in to comment.