Home
last modified time | relevance | path

Searched refs:TfLiteGpuDelegateOptionsV2 (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/
Ddelegate.h104 } TfLiteGpuDelegateOptionsV2; typedef
114 TFL_CAPI_EXPORT TfLiteGpuDelegateOptionsV2 TfLiteGpuDelegateOptionsV2Default();
124 const TfLiteGpuDelegateOptionsV2* options);
Ddelegate.cc77 explicit Delegate(const TfLiteGpuDelegateOptionsV2* options) in Delegate()
86 const TfLiteGpuDelegateOptionsV2& options() const { return options_; } in options()
107 TfLiteGpuDelegateOptionsV2 options_;
442 TfLiteGpuDelegateOptionsV2 TfLiteGpuDelegateOptionsV2Default() { in TfLiteGpuDelegateOptionsV2Default()
443 TfLiteGpuDelegateOptionsV2 options = { in TfLiteGpuDelegateOptionsV2Default()
458 const TfLiteGpuDelegateOptionsV2* options) { in TfLiteGpuDelegateV2Create()
DREADME.md116 const TfLiteGpuDelegateOptionsV2 kDefaultOptions =
/external/tensorflow/tensorflow/lite/delegates/gpu/common/testing/feature_parity/
Dopencl_test.cc33 TfLiteGpuDelegateOptionsV2 options = TfLiteGpuDelegateOptionsV2(); in TEST_P()
/external/tensorflow/tensorflow/lite/tools/evaluation/
Dutils.cc120 TfLiteDelegatePtr CreateGPUDelegate(TfLiteGpuDelegateOptionsV2* options) { in CreateGPUDelegate()
128 TfLiteGpuDelegateOptionsV2 options = TfLiteGpuDelegateOptionsV2Default(); in CreateGPUDelegate()
Dutils.h76 TfLiteDelegatePtr CreateGPUDelegate(TfLiteGpuDelegateOptionsV2* options);
/external/tensorflow/tensorflow/lite/experimental/acceleration/configuration/
Dgpu_plugin.cc56 TfLiteGpuDelegateOptionsV2 options_;
/external/tensorflow/tensorflow/lite/experimental/acceleration/compatibility/
Dgpu_compatibility.h69 TfLiteGpuDelegateOptionsV2 GetBestOptionsFor(
Dgpu_compatibility.cc106 TfLiteGpuDelegateOptionsV2 GPUCompatibilityList::GetBestOptionsFor( in GetBestOptionsFor()
/external/tensorflow/tensorflow/lite/delegates/gpu/java/src/main/native/
Dgpu_delegate_jni.cc33 TfLiteGpuDelegateOptionsV2 options = TfLiteGpuDelegateOptionsV2Default(); in Java_org_tensorflow_lite_gpu_GpuDelegate_createDelegate()
/external/tensorflow/tensorflow/lite/tools/delegates/
Dgpu_delegate_provider.cc113 TfLiteGpuDelegateOptionsV2 gpu_opts = TfLiteGpuDelegateOptionsV2Default(); in CreateTfLiteDelegate()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/testing/
Ddelegate_testing.cc128 TfLiteGpuDelegateOptionsV2 options; in main()
/external/tensorflow/tensorflow/lite/g3doc/performance/
Dgpu_advanced.md178 Take a look at `TfLiteGpuDelegateOptionsV2` to create a delegate instance with
339 TfLiteGpuDelegateOptionsV2 options = TfLiteGpuDelegateOptionsV2Default();
/external/tensorflow/tensorflow/lite/examples/label_image/
Dlabel_image.cc117 TfLiteGpuDelegateOptionsV2 gpu_opts = TfLiteGpuDelegateOptionsV2Default(); in CreateGPUDelegate()
/external/tensorflow/
DRELEASE.md657 or `TfLiteGpuDelegateOptionsV2::is_precision_loss_allowed`.