img2gray / torch-ext /torch_binding.h
drbh
feat: small grayscale kernel
846d481
raw
history blame contribute delete
88 Bytes
#include <torch/torch.h>
void img2gray_cuda(torch::Tensor input, torch::Tensor output);