Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize the model analysis weekly pipeline (#874)
The PR will optimise the model analysis weekly pipeline - #761 The current model_analysis script will generate the unique op tests and running the unique op configuration test model wise instead collect the unique op test configuration from all the models and then extract unique op configuration test across all the models which will avoid running same configuration that are present in multiple models again and again. For example, if we have add op with operands shape of (1, 32) and (1, 32) in resnet and mobilenet, will run the test only once and populate the test results in both resnet and mobilenet
- Loading branch information