Home
last modified time | relevance | path

Searched refs:TfLiteHexagonInitWithPath (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/hexagon/
Dhexagon_delegate.h109 void TFL_CAPI_EXPORT TfLiteHexagonInitWithPath(const char* lib_directory_path);
DREADME.md23 TfLiteHexagonInitWithPath(library_directory_path); // Needed once at startup.
44 Use TfLiteHexagonInitWithPath(..) and provide the path to the directory
Dhexagon_delegate.cc147 void TfLiteHexagonInitWithPath(const char* lib_directory_path) { in TfLiteHexagonInitWithPath() function
/external/tensorflow/tensorflow/lite/tools/evaluation/
Dutils.cc159 TfLiteHexagonInitWithPath(library_directory_path.c_str()); in CreateHexagonDelegate()
/external/tensorflow/tensorflow/lite/g3doc/android/delegates/
Dhexagon.md158 void TfLiteHexagonInitWithPath(const char* lib_directory_path);
232 TfLiteHexagonInitWithPath(library_directory_path); // Needed once at startup.