Home
last modified time | relevance | path

Searched defs:TfLiteDelegatePlugin (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/acceleration/configuration/c/
H A Ddelegate_plugin.h45 typedef struct TfLiteDelegatePlugin { struct
47 TfLiteDelegatePluginCreateFunc *create; argument
50 TfLiteDelegatePluginDestroyFunc *destroy; argument
53 TfLiteDelegatePluginGetDelegateErrnoFunc *get_delegate_errno; argument
54 } TfLiteDelegatePlugin; typedef