We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f4da85 commit 50fb8a9Copy full SHA for 50fb8a9
extension/benchmark/android/benchmark/app/src/main/java/org/pytorch/minibench/BenchmarkActivity.java
@@ -44,7 +44,7 @@ protected void onCreate(Bundle savedInstanceState) {
44
.get();
45
46
int numIter = intent.getIntExtra("num_iter", 50);
47
- int numWarmupIter = intent.getIntExtra("num_warm_up_iter", 5);
+ int numWarmupIter = intent.getIntExtra("num_warm_up_iter", 10);
48
49
// TODO: Format the string with a parsable format
50
Stats stats = new Stats();
0 commit comments