Fix typo: space between 'on' and 'Android'

PiperOrigin-RevId: 313218645
Change-Id: I13f1d8195b267db23ec3dc6d8aacaff5fa6184e7
This commit is contained in:
Robert David 2020-05-26 10:25:21 -07:00 committed by TensorFlower Gardener
parent fbb92d9e27
commit 1e05378214

View File

@ -154,8 +154,8 @@ TfLiteDelegatePtr GpuDelegateProvider::CreateTfLiteDelegate(
delegate = TfLiteDelegatePtr(TFLGpuDelegateCreate(&gpu_opts),
&TFLGpuDelegateDelete);
#else
TFLITE_LOG(WARN) << "The GPU delegate compile options are only supported on"
"Android or iOS platforms.";
TFLITE_LOG(WARN) << "The GPU delegate compile options are only supported "
"on Android or iOS platforms.";
delegate = evaluation::CreateGPUDelegate();
#endif