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
Copy file name to clipboardExpand all lines: examples/models/gemma3/e2e_runner.cpp
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,11 @@ DEFINE_int32(
55
55
-1,
56
56
"Number of CPU threads for inference. Defaults to -1, which implies we'll use a heuristic to derive the # of performant cores for a specific device.");
57
57
58
+
DEFINE_int32(
59
+
target_size,
60
+
896,
61
+
"Target image size for resizing. Defaults to 896.");
62
+
58
63
DEFINE_bool(warmup, false, "Whether to run a warmup run.");
0 commit comments