Fix typo in external delegate
PiperOrigin-RevId: 327747756 Change-Id: I4a514fa45980a3b29cd35b054af59cc9607b9bb5
This commit is contained in:
parent
b5aa5f3b2f
commit
5d6777317c
2
tensorflow/lite/delegates/external/README.md
vendored
2
tensorflow/lite/delegates/external/README.md
vendored
@ -23,7 +23,7 @@ is allowed.
|
||||
void tflite_plugin_destroy_delegate(TfLiteDelegate* delegate)
|
||||
```
|
||||
|
||||
The external delegate provides an opague and transparent way to utilize a
|
||||
The external delegate provides an opaque and transparent way to utilize a
|
||||
Tensorflow Lite delegate when performing inference. In other words, one may
|
||||
replace the actual Tensorflow Lite delegate by simply updating the dynamic
|
||||
library without changing the application code. We developed this mainly for
|
||||
|
Loading…
Reference in New Issue
Block a user