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

Tool to determine baseline coverage for user models #1

Open
duck-tape opened this issue May 21, 2022 · 0 comments
Open

Tool to determine baseline coverage for user models #1

duck-tape opened this issue May 21, 2022 · 0 comments

Comments

@duck-tape
Copy link

Purpose

Create a tool placeholder name shark_pup which can takes either the model or its runlog (assuming there is standard logging method) and generates a execution graph which will provide enough information on what nodes of the graph (operators?) are called/used. This will help end users identify which sections of their models have been optimized out of the box and which ones need advanced tuning support.

Expected behavior

run shark_pup --input <directory with model | runlog> --output <output_directory>

Expected output

image

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

No branches or pull requests

1 participant