Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
drbh
/
img2gray
like
1
kernel
License:
mit
Model card
Files
Files and versions
xet
Community
1
63f348a
img2gray
/
build.toml
drbh
feat: small grayscale kernel
846d481
5 months ago
raw
Copy download link
history
blame
Safe
217 Bytes
[general]
name
=
"img2gray"
universal
=
false
[torch]
src
= [
"torch-ext/torch_binding.cpp"
,
"torch-ext/torch_binding.h"
]
[kernel.img2gray]
backend
=
"cuda"
depends
= [
"torch"
]
src
= [
"csrc/img2gray.cu"
,
]