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

[tools/model_explorer_circle] Add graph nodes in circle model #14341

Merged
merged 1 commit into from
Nov 22, 2024

Conversation

batcheu
Copy link
Contributor

@batcheu batcheu commented Nov 22, 2024

It adds input, output and operators in circle model to model explorer graph as a separted nodes.
For Input and Output, it added extra nodes named as 'GraphInputs' and 'GraphOutputs'.
They are the root and the leaf node in the graph respectively.
The notation is followed the view of the tflite model in Model Explorer.


draft: #14318
issue: #14307

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]>
@batcheu
Copy link
Contributor Author

batcheu commented Nov 22, 2024

  • After this PR, a Circle model will be shown as like following.
    • Tested model : res/TensorFlowLiteRecipes/Part_Add_Sqrt_000

Copy link
Contributor

@seanshpark seanshpark left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@seanshpark seanshpark merged commit 8e2d3cb into Samsung:master Nov 22, 2024
3 checks passed
@batcheu batcheu deleted the me_adapter/create_graph_nodes branch November 22, 2024 05:25
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.

2 participants