Home
last modified time | relevance | path

Searched refs:TfLiteGpuDelegateV2Create (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/
Ddelegate.h123 TFL_CAPI_EXPORT TfLiteDelegate* TfLiteGpuDelegateV2Create(
DREADME.md59 `TfLiteGpuDelegateV2Create()` and then passing it to
73 auto* delegate = TfLiteGpuDelegateV2Create(/*default options=*/nullptr);
112 `TfLiteGpuDelegateV2Create()`. When option is set to `nullptr` as shown in the
Ddelegate.cc457 TfLiteDelegate* TfLiteGpuDelegateV2Create( in TfLiteGpuDelegateV2Create() function
/external/tensorflow/tensorflow/lite/experimental/acceleration/configuration/
Dgpu_plugin.cc27 return TfLiteDelegatePtr(TfLiteGpuDelegateV2Create(&options_), in Create()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/testing/feature_parity/
Dopencl_test.cc35 cl_delegate(TfLiteGpuDelegateV2Create(&options), in TEST_P()
/external/tensorflow/tensorflow/lite/delegates/gpu/java/src/main/native/
Dgpu_delegate_jni.cc45 return reinterpret_cast<jlong>(TfLiteGpuDelegateV2Create(&options)); in Java_org_tensorflow_lite_gpu_GpuDelegate_createDelegate()
/external/tensorflow/tensorflow/lite/tools/evaluation/
Dutils.cc121 return TfLiteDelegatePtr(TfLiteGpuDelegateV2Create(options), in CreateGPUDelegate()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/testing/
Ddelegate_testing.cc137 auto* gpu_delegate = TfLiteGpuDelegateV2Create(&options); in main()
/external/tensorflow/tensorflow/lite/g3doc/performance/
Dgpu_advanced.md154 created with `TfLiteGpuDelegateV2Create()` and destroyed with
166 auto* delegate = TfLiteGpuDelegateV2Create(/*default options=*/nullptr);
342 auto* delegate = TfLiteGpuDelegateV2Create(options);
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/
Dlstm_full_test.cc169 SetDelegate(TfLiteGpuDelegateV2Create(&options)); in LSTMOpModel()