Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/external/
H A Dexternal_delegate.cc28 struct ExternalLib { struct
29 using CreateDelegatePtr = std::add_pointer<TfLiteDelegate*(
32 using DestroyDelegatePtr = std::add_pointer<void(TfLiteDelegate*)>::type;
33 struct wchar_codecvt : public std::codecvt<wchar_t, char, std::mbstate_t> {};
36 bool load(const std::string library) { in load()
59 CreateDelegatePtr create{nullptr};
60 DestroyDelegatePtr destroy{nullptr};