Back to Tensorflow

TfLite asynchronous execution

tensorflow/lite/core/async/README.md

2.21.0650 B
Original Source

TfLite asynchronous execution

WARNING: This feature is experimental and subject to change.

Experimental support for TFLite asynchronous execution and interoperability.

Directory structure

DirectoryDescription
/asyncAsynchronous execution APIs. Definition for async kernel.
/async/interopData structures supporting buffer and sync object interop. Reconciliation functions for buffer / sync attributes.
/async/interop/cC APIs for buffer and sync object interop.