Skip to content

Commit 6bef565

Browse files
committed
clean code test=develop
1 parent e7d1f52 commit 6bef565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/fluid/operators/gaussian_random_op.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Used to initialize tensors with gaussian random generator.
126126
} // namespace paddle
127127

128128
namespace ops = paddle::operators;
129-
REGISTER_OP_WITHOUT_GRADIENT(ctr_reader.cc, ops::GaussianRandomOp,
129+
REGISTER_OP_WITHOUT_GRADIENT(gaussian_random, ops::GaussianRandomOp,
130130
ops::GaussianRandomOpMaker);
131131
REGISTER_OP_CPU_KERNEL(gaussian_random, ops::CPUGaussianRandomKernel<float>,
132132
ops::CPUGaussianRandomKernel<double>);

0 commit comments

Comments
 (0)