fps_cpu.h 208 Bytes
Newer Older
rusty1s's avatar
rusty1s committed
1
2
3
4
5
6
7
#pragma once

#include <torch/extension.h>

torch::Tensor fps_cpu(torch::Tensor src,
                      torch::optional<torch::Tensor> optional_ptr, double ratio,
                      bool random_start);