I used command to see all option with trtexec but it only contains --avgRuns
. It seems that trtexec automatically radomly choose number of runs greater than specific number.
/usr/src/tensorrt/bin/trtexec -h
I want to set exactly number of runs = 100 for profiling my engine models. I need to set same number of runs for fair comparison. I saw that each run to profile, trtexec choose different number of iterations to profile layers. Could you give an advice?