Fix typo: space between 'on' and 'Android'
PiperOrigin-RevId: 313218645 Change-Id: I13f1d8195b267db23ec3dc6d8aacaff5fa6184e7
This commit is contained in:
parent
fbb92d9e27
commit
1e05378214
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user