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 5e7ea29 commit 1b68490Copy full SHA for 1b68490
tensorflow/lite/micro/examples/hello_world/evaluate_test.cc
@@ -57,7 +57,7 @@ TfLiteStatus LoadFloatModelAndPerformInference() {
57
58
// Make sure the input has the properties we expect
59
if (input == nullptr) {
60
- MicroPrintf("Input tensor in null.");
+ MicroPrintf("Input tensor is null.");
61
return kTfLiteError;
62
}
63
@@ -118,7 +118,7 @@ TfLiteStatus LoadQuantModelAndPerformInference() {
118
119
120
121
122
123
124
0 commit comments