Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/NeuralNetworks/shim_and_sl/include/
DSupportLibrary.h48 struct NnApiSupportLibrary { struct
49 NnApiSupportLibrary(const NnApiSLDriverImplFL5& impl, void* libHandle) in NnApiSupportLibrary() argument
55 NnApiSupportLibrary(const NnApiSLDriverImplFL8& impl, void* libHandle) in NnApiSupportLibrary() argument
57 ~NnApiSupportLibrary() { in ~NnApiSupportLibrary() argument
64 int64_t getFeatureLevel() const { return getFL5()->base.implFeatureLevel; } in getFeatureLevel()
65 const NnApiSLDriverImplFL5* getFL5() const { in getFL5()
70 const NnApiSLDriverImplFL6* getFL6() const { in getFL6()
98 * The NnApiSupportLibrary structure is filled with all the pointers. If one argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/nnapi/sl/include/
H A DSupportLibrary.h51 struct NnApiSupportLibrary { struct
52 NnApiSupportLibrary(const NnApiSLDriverImplFL5* impl, void* libHandle) in NnApiSupportLibrary() function
58 ~NnApiSupportLibrary() { in ~NnApiSupportLibrary() argument
65 NnApiSupportLibrary& operator=(const NnApiSupportLibrary&) = delete; argument
85 * The NnApiSupportLibrary structure is filled with all the pointers. If one argument