Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DRAFT][tools/model_explorer_circle] Add support for Circle format in Model Explorer #14318

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

batcheu
Copy link
Contributor

@batcheu batcheu commented Nov 19, 2024

This is the draft PR for support CIRCLE model in Model Explorer.


Related : #14307

…orer

It adds the initial version of circle adapter for model explorer.
It'll simply show a empty main graph when circle file is loaded.

ONE-DCO-1.0-Signed-off-by: Jonghwa Lee <[email protected]>
It will load circle model with circle schema which is generated by
flatbuffer compiler.
In the near future, the schema will be auto-generated with the latest
instead of current builtin one.

ONE-DCO-1.0-Signed-off-by: Jonghwa Lee <[email protected]>
It adds input, output and operators in circle model to model explorer
graph as a separted nodes.

ONE-DCO-1.0-Signed-off-by: Jonghwa Lee <[email protected]>
The model explorer draws edges based on the information provided by
the 'IncomingEdge' API. By utilizing this API and a mapping from input
tensors to source nodes, it adds edges accordingly

ONE-DCO-1.0-Signed-off-by: Jonghwa Lee <[email protected]>
It adds a namespace to the operator node based on the name of its
output tensor.

ONE-DCO-1.0-Signed-off-by: Jonghwa Lee <[email protected]>
@batcheu batcheu marked this pull request as draft November 19, 2024 11:33
@batcheu batcheu changed the title [DRAFT] Add support for Circle format in Model Explorer [DRAFT][tools/model_explorer_circle] Add support for Circle format in Model Explorer Nov 19, 2024
It adds the metadata such as tensor shapes and name to input, output and
operator nodes.

ONE-DCO-1.0-Signed-off-by: Jonghwa Lee <[email protected]>
It adds the attributes of each operator to its corresponding node.

ONE-DCO-1.0-Signed-off-by: Jonghwa Lee <[email protected]>
ONE-DCO-1.0-Signed-off-by: Jonghwa Lee <[email protected]>
ONE-DCO-1.0-Signed-off-by: Jonghwa Lee <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant