We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 350ea3c commit 8c5ab24Copy full SHA for 8c5ab24
1 file changed
examples/arm/executor_runner/arm_executor_runner.cpp
@@ -470,6 +470,10 @@ Error prepare_input_tensors(
470
tensor.mutable_data_ptr<int8_t>() + tensor.numel(),
471
1);
472
break;
473
+ default:
474
+ ET_LOG(Error, "Unhandled ScalarType");
475
+ err = Error::InvalidArgument;
476
+ break;
477
}
478
} else {
479
printf("Input[%d]: Not Tensor\n", i);
0 commit comments