Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Motif-Technologies
/
optimizer
like
38
Follow
Motif Technologies
72
kernel
License:
apache-2.0
Model card
Files
Files and versions
xet
Community
6
refs/pr/3
optimizer
/
torch-ext
/
torch_binding.cpp
iamwyldecat
chore: initial commit
8535e80
2 months ago
raw
Copy download link
history
blame
Safe
224 Bytes
#
include
<torch/library.h>
#
include
"registration.h"
#
include
"torch_binding.h"
TORCH_LIBRARY_EXPAND
(TORCH_EXTENSION_NAME, ops) {
// Activation ops
ops.
def
(
"dummy() -> ()"
);
}
REGISTER_EXTENSION
(TORCH_EXTENSION_NAME)