ONE-vscode icon indicating copy to clipboard operation
ONE-vscode copied to clipboard

[Circle Editor] Overview of Circle Editor

Open yoojincha opened this issue 2 years ago • 0 comments

This is our current status on the Circle Editor project #1269


Current status:

  • Supports multi-view

    • When saving temporarily, models are synchronized among webviews

    image

  • 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

    image

    • 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)

    image

  • Shows error modals when input error occurs

    image


To Do List:

  • Add float in types that custom operator supports
  • Add JSON Editor feature
  • Debugging and testing

yoojincha avatar Sep 26 '22 01:09 yoojincha