Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/tools/evaluation/
Dutils.cc139 TfLiteDelegatePtr CreateHexagonDelegate( in CreateHexagonDelegate() function
144 return CreateHexagonDelegate(&options, library_directory_path); in CreateHexagonDelegate()
151 TfLiteDelegatePtr CreateHexagonDelegate( in CreateHexagonDelegate() function
Dutils.h79 TfLiteDelegatePtr CreateHexagonDelegate(
82 TfLiteDelegatePtr CreateHexagonDelegate(
Devaluation_delegate_provider.cc53 auto p = CreateHexagonDelegate(/*library_directory_path=*/"", in CreateTfLiteDelegate()
/external/tensorflow/tensorflow/lite/tools/delegates/
Dhexagon_delegate_provider.cc92 delegate = evaluation::CreateHexagonDelegate( in CreateTfLiteDelegate()
/external/tensorflow/tensorflow/lite/examples/label_image/
Dlabel_image.cc157 evaluation::CreateHexagonDelegate(libhexagon_path, s->profiling); in GetDelegates()