Skip to content

Commit b00958e

Browse files
refie comment
1 parent 92544c3 commit b00958e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/fluid/operators/elementwise/elementwise_add_op.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ class ElementwiseAddGradKernel : public ElemwiseGradKernel<T> {
315315
// skip out
316316
auto *out = dout;
317317

318-
// TODO(@zhouwei25, wangchaochaohu): Fix conv_transpose2d API(dataformat NHWC)
318+
// TODO(@wangchaochaohu, zhouwei35): Fix conv_transpose2d API(dataformat NHWC)
319319
// error in Windows
320320
#if defined(PADDLE_WITH_CUDA) && defined(_LINUX)
321321
#ifdef __NVCC__

0 commit comments

Comments
 (0)