mirror of
https://github.com/JosephKJ/OWOD.git
synced 2025-06-03 14:50:40 +08:00
8 lines
122 B
Markdown
8 lines
122 B
Markdown
|
|
||
|
|
||
|
To add a new Op:
|
||
|
|
||
|
1. Create a new directory
|
||
|
2. Implement new ops there
|
||
|
3. Delcare its Python interface in `vision.cpp`.
|