mirror of
https://github.com/FoundationVision/GLEE.git
synced 2025-06-03 14:51:17 +08:00
To add a new Op:
- Create a new directory
- Implement new ops there
- Delcare its Python interface in
vision.cpp
.
To add a new Op:
vision.cpp
.