Minor error wording tweak

This commit is contained in:
Will Stott 2021-10-18 15:11:04 +01:00 committed by GitHub
parent 8e9c864edc
commit 45cb652577
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -215,7 +215,7 @@ absl::Status TFLiteGPURunner::InitializeOpenCL(
cl_options, std::move(*graph_cl_), builder)); cl_options, std::move(*graph_cl_), builder));
return absl::OkStatus(); return absl::OkStatus();
#endif #endif
return mediapipe::UnimplementedError("OpenCL is only supported on Android currently."); return mediapipe::UnimplementedError("OpenCL is currently only supported on Android.");
} }
} // namespace gpu } // namespace gpu