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/mec] Display the name of the inputs for each operator #14458

Closed
wants to merge 3 commits into from

Conversation

batcheu
Copy link
Contributor

@batcheu batcheu commented Dec 16, 2024

This is the draft PR to support displaying the name of inputs for each operator in M.E. graph.
The name information is obtained from luci module (especially using logex) and it became a new helper tool luci_input_names. (Tool name is tentative and unconfirmed. 🤔)
The tool is used to display the input names for each operator in Circle model.
The printed data is basically formed in JSON format.


@batcheu batcheu added the DRAFT A draft issue or PR for sharing one's current working status and discussion. label Dec 16, 2024
@batcheu batcheu marked this pull request as draft December 16, 2024 08:26
…ames

The new tool 'circle_input_names' displays the all input names of
each operator in JSON format.

ONE-DCO-1.0-Signed-off-by: Jonghwa Lee <[email protected]>
It introduces a integration test for circle-input-names.

ONE-DCO-1.0-Signed-off-by: Jonghwa Lee <[email protected]>
It adds the name of the inputs defined for each operator.

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
DRAFT A draft issue or PR for sharing one's current working status and discussion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants