Fix compilation error on Windows
PiperOrigin-RevId: 482037921
This commit is contained in:
parent
7785603fbe
commit
0b55fbda34
|
@ -93,7 +93,7 @@ class TfLiteModelCalculator : public CalculatorBase {
|
|||
std::move(model_allocation), tflite::DefaultErrorReporter());
|
||||
#else
|
||||
return absl::FailedPreconditionError(
|
||||
"Loading by file descriptor is not supported on this platform.")
|
||||
"Loading by file descriptor is not supported on this platform.");
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user