"vscode:/vscode.git/clone" did not exist on "f9663a7b795fbe3e7c749421e9db68b8a2696814"
sampler_cpu.h 188 Bytes
Newer Older
rusty1s's avatar
rusty1s committed
1
2
3
4
5
6
#pragma once

#include <torch/extension.h>

torch::Tensor neighbor_sampler_cpu(torch::Tensor start, torch::Tensor rowptr,
                                   int64_t count, double factor);