ONE-vscode
ONE-vscode copied to clipboard
[Circle Editor] Overview of Circle Editor
This is our current status on the Circle Editor project #1269
Current status:
-
Supports multi-view
- When saving temporarily, models are synchronized among webviews
-
Shows current attribute value type for custom operator and supports int, bool, and string types
-
Supports modifying attributes, inputs/outputs tensors for both builtin and custom operator
- Supports modifying tensor names and shapes
- Supports buffer data modification and buffer types in float, int, uint, and bool types
- Supports modifying, add and delete of keys and values in custom operator
-
Supports shortcut keys such as Ctrl+S (Save), Ctrl+Z (Undo), Ctrl+Y (Redo)
-
Supports Hot Exit (Revert)
-
Shows error modals when input error occurs
To Do List:
- Add float in types that custom operator supports
- Add JSON Editor feature
- Debugging and testing