"docs/archive_en_US/Assessor/CustomizeAssessor.md" did not exist on "3fdbbdb3afbfe9564222a8e8a2381e1651a08a62"
fps_cuda.h 169 Bytes
Newer Older
rusty1s's avatar
rusty1s committed
1
2
3
4
#pragma once

#include <torch/extension.h>

rusty1s's avatar
rusty1s committed
5
6
torch::Tensor fps_cuda(torch::Tensor src, torch::Tensor ptr,
                       torch::Tensor ratio, bool random_start);