"git@developer.sourcefind.cn:zhaoyu6/sglang.git" did not exist on "7a27e798ca2d8f6bfccf75507360d702e03f810d"
sampler_cpu.h 188 Bytes
Newer Older
quyuanhao123's avatar
quyuanhao123 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);