diff --git a/paddle/operators/reshape_op.cc b/paddle/operators/reshape_op.cc index da29c8915010a0fd10631ca21c0fe5104a01ef7d..b7061153d2bf13982f14f233e87a87daeeebf5fd 100644 --- a/paddle/operators/reshape_op.cc +++ b/paddle/operators/reshape_op.cc @@ -67,7 +67,7 @@ Given a 2-D tensor X with 2 rows and 2 columns [[1, 2], [3, 4]] -with target shape = [1, 4], the reshape operator will tansform +with target shape = [1, 4], the reshape operator will transform the tensor X into a 1-D tensor: [1, 2, 3, 4]