Skip to content

Commit ed14528

Browse files
author
Yang Yang
committed
fix style
1 parent b64dde2 commit ed14528

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

paddle/operators/parallel_do_op.cc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ static void SplitTensorAndMoveTensorToScopes(
6565
}
6666
}
6767

68-
inline void CopyOrShare(const framework::Variable& src,
69-
const platform::Place& dst_place,
70-
framework::Variable* dst) {
68+
inline void CopyOrShare(const framework::Variable &src,
69+
const platform::Place &dst_place,
70+
framework::Variable *dst) {
7171
if (src.IsType<LoDTensor>()) {
7272
if (src.Get<LoDTensor>().place() == dst_place) {
7373
dst->GetMutable<LoDTensor>()->ShareDataWith(src.Get<LoDTensor>());

0 commit comments

Comments
 (0)