We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7d1f52 commit 6bef565Copy full SHA for 6bef565
paddle/fluid/operators/gaussian_random_op.cc
@@ -126,7 +126,7 @@ Used to initialize tensors with gaussian random generator.
126
} // namespace paddle
127
128
namespace ops = paddle::operators;
129
-REGISTER_OP_WITHOUT_GRADIENT(ctr_reader.cc, ops::GaussianRandomOp,
+REGISTER_OP_WITHOUT_GRADIENT(gaussian_random, ops::GaussianRandomOp,
130
ops::GaussianRandomOpMaker);
131
REGISTER_OP_CPU_KERNEL(gaussian_random, ops::CPUGaussianRandomKernel<float>,
132
ops::CPUGaussianRandomKernel<double>);
0 commit comments