Minor error wording tweak
This commit is contained in:
parent
8e9c864edc
commit
45cb652577
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user