Hi,
I’m using tensor flow 2.1.0 and I would like to add a GPU implementation.
Without GPU, everything works fine. However, I have some issues with creating a delegate.
Delegate = TfLiteGpuDelegateCreate(nullptr);
auto res = Interperter->ModifyGraphWithDelegate(Delegate);
After that - res != kTfLiteOk (res equals 1 instead).
Can you please support?
Thanks!