Commit 5ecb0823 authored by rusty1s's avatar rusty1s
Browse files

linting

parent e621b9e9
......@@ -3,7 +3,7 @@
at::Tensor neighbor_sampler(at::Tensor start, at::Tensor cumdeg, size_t size,
float factor) {
CPUGenerator* generator = at::detail::getDefaultCPUGenerator();
CPUGenerator *generator = at::detail::getDefaultCPUGenerator();
auto start_ptr = start.data<int64_t>();
auto cumdeg_ptr = cumdeg.data<int64_t>();
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment