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.md21 TfLiteHexagonInitWithPath(library_directory_path); // Needed once at startup.
42 Use TfLiteHexagonInitWithPath(..) and provide the path to the directory
Dhexagon_delegate.cc146 void TfLiteHexagonInitWithPath(const char* lib_directory_path) { in TfLiteHexagonInitWithPath() function
/external/tensorflow/tensorflow/lite/tools/evaluation/
Dutils.cc157 TfLiteHexagonInitWithPath(library_directory_path.c_str()); in CreateHexagonDelegate()
/external/tensorflow/tensorflow/lite/g3doc/performance/
Dhexagon_delegate.md154 void TfLiteHexagonInitWithPath(const char* lib_directory_path);
227 TfLiteHexagonInitWithPath(library_directory_path); // Needed once at startup.