Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
VoxCPM
Log In
Sign Up
kernels-test
/
relu-metal
like
0
Follow
Kernels Tests
6
Model card
Files
Files and versions
xet
Community
main
relu-metal
/
torch-ext
/
relu_metal
/
__init__.py
danieldk
HF Staff
Add sources
f701ae7
2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
112 Bytes
import
torch
from
._ops
import
ops
def
relu
(
input
: torch.Tensor
) -> torch.Tensor:
return
ops.relu(
input
)