File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
examples/portable/executor_runner Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ int main(int argc, char** argv) {
251
251
252
252
// Run the model.
253
253
for (uint32_t i = 0 ; i < FLAGS_num_executions; i++) {
254
- ET_LOG (Info , " Preparing inputs." );
254
+ ET_LOG (Debug , " Preparing inputs." );
255
255
// Allocate input tensors and set all of their elements to 1. The `inputs`
256
256
// variable owns the allocated memory and must live past the last call to
257
257
// `execute()`.
@@ -265,7 +265,7 @@ int main(int argc, char** argv) {
265
265
inputs.ok (),
266
266
" Could not prepare inputs: 0x%" PRIx32,
267
267
(uint32_t )inputs.error ());
268
- ET_LOG (Info , " Inputs prepared." );
268
+ ET_LOG (Debug , " Inputs prepared." );
269
269
270
270
Error status = method->execute ();
271
271
ET_CHECK_MSG (
You can’t perform that action at this time.
0 commit comments