Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
neoguojing
/
ai
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ai
/
detectron2
/
layers
/
csrc
/
README.md
neoguojing
init
68d34d0
10 months ago
preview
code
|
raw
Copy download link
history
blame
contribute
delete
Safe
122 Bytes
To add a new Op:
1.
Create a new directory
2.
Implement new ops there
3.
Delcare its Python interface in
`vision.cpp`
.