You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: