Home
last modified time | relevance | path

Searched refs:lib_directory_path (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/hexagon/
Dhexagon_delegate.cc146 void TfLiteHexagonInitWithPath(const char* lib_directory_path) { in TfLiteHexagonInitWithPath() argument
147 if (lib_directory_path != nullptr) { in TfLiteHexagonInitWithPath()
148 std::string env_var_value = lib_directory_path; in TfLiteHexagonInitWithPath()
Dhexagon_delegate.h109 void TFL_CAPI_EXPORT TfLiteHexagonInitWithPath(const char* lib_directory_path);
/external/tensorflow/tensorflow/lite/g3doc/performance/
Dhexagon_delegate.md152 // "lib_directory_path": Path to the directory which holds the
154 void TfLiteHexagonInitWithPath(const char* lib_directory_path);