From 76a65a83a015a38bd8f6654b4dc27d6040bcd5d8 Mon Sep 17 00:00:00 2001 From: wanghaoshuang Date: Tue, 28 Nov 2017 15:54:54 +0800 Subject: [PATCH] Fix comments style --- paddle/operators/nce_op.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paddle/operators/nce_op.h b/paddle/operators/nce_op.h index 7a910703293..8df20f432da 100644 --- a/paddle/operators/nce_op.h +++ b/paddle/operators/nce_op.h @@ -60,7 +60,7 @@ void PrepareSamples(const framework::ExecutionContext& context) { } } else { for (; j < sample_labels_dims[1]; ++j) { - // TODO: support more distribution sampling + // TODO(wanghaoshuang): support more distribution sampling sample_labels_data[index++] = rand(rng); } } -- GitLab