Searched refs:TfLiteGpuDelegateV2Create (Results 1 – 10 of 10) sorted by relevance
123 TFL_CAPI_EXPORT TfLiteDelegate* TfLiteGpuDelegateV2Create(
59 `TfLiteGpuDelegateV2Create()` and then passing it to73 auto* delegate = TfLiteGpuDelegateV2Create(/*default options=*/nullptr);112 `TfLiteGpuDelegateV2Create()`. When option is set to `nullptr` as shown in the
457 TfLiteDelegate* TfLiteGpuDelegateV2Create( in TfLiteGpuDelegateV2Create() function
27 return TfLiteDelegatePtr(TfLiteGpuDelegateV2Create(&options_), in Create()
35 cl_delegate(TfLiteGpuDelegateV2Create(&options), in TEST_P()
45 return reinterpret_cast<jlong>(TfLiteGpuDelegateV2Create(&options)); in Java_org_tensorflow_lite_gpu_GpuDelegate_createDelegate()
121 return TfLiteDelegatePtr(TfLiteGpuDelegateV2Create(options), in CreateGPUDelegate()
137 auto* gpu_delegate = TfLiteGpuDelegateV2Create(&options); in main()
154 created with `TfLiteGpuDelegateV2Create()` and destroyed with166 auto* delegate = TfLiteGpuDelegateV2Create(/*default options=*/nullptr);342 auto* delegate = TfLiteGpuDelegateV2Create(options);
169 SetDelegate(TfLiteGpuDelegateV2Create(&options)); in LSTMOpModel()