Fix comments style

release/0.11.0
wanghaoshuang 8 years ago
parent ab9d59c539
commit 76a65a83a0

@ -60,7 +60,7 @@ void PrepareSamples(const framework::ExecutionContext& context) {
} }
} else { } else {
for (; j < sample_labels_dims[1]; ++j) { for (; j < sample_labels_dims[1]; ++j) {
// TODO: support more distribution sampling // TODO(wanghaoshuang): support more distribution sampling
sample_labels_data[index++] = rand(rng); sample_labels_data[index++] = rand(rng);
} }
} }

Loading…
Cancel
Save