Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
drbh
/
img2gray
like
0
kernel
License:
mit
Model card
Files
Files and versions
xet
Community
main
img2gray
/
torch-ext
/
torch_binding.h
drbh
feat: small grayscale kernel
846d481
2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
88 Bytes
#
include
<torch/torch.h>
void
img2gray_cuda
(torch::Tensor input, torch::Tensor output)
;