Searched refs:TfLiteHexagonDelegateCreate (Results 1 – 9 of 9) sorted by relevance
96 TfLiteHexagonDelegateCreate(const TfLiteHexagonDelegateOptions* options);
118 TfLiteDelegate* TfLiteHexagonDelegateCreate( in TfLiteHexagonDelegateCreate() function
28 auto* delegate_ptr = ::tflite::TfLiteHexagonDelegateCreate(¶ms);
29 return reinterpret_cast<jlong>(TfLiteHexagonDelegateCreate(&options)); in Java_org_tensorflow_lite_HexagonDelegate_createDelegate()
49 auto* delegate_ptr = TfLiteHexagonDelegateCreate(¶ms_); in ApplyDelegateAndInvoke()
122 TfLiteDelegate* delegate = TfLiteHexagonDelegateCreate(&options); in ApplyDelegate()
32 auto* delegate_ptr = TfLiteHexagonDelegateCreate(&options_); in Create()
162 TfLiteDelegate* delegate = TfLiteHexagonDelegateCreate(options); in CreateHexagonDelegate()
149 TfLiteHexagonDelegateCreate(const TfLiteHexagonDelegateOptions* options);237 auto* delegate_ptr = ::tflite::TfLiteHexagonDelegateCreate(¶ms);