Home
last modified time | relevance | path

Searched refs:TFLGpuDelegateOptions (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/
Dmetal_delegate.h51 } TFLGpuDelegateOptions; typedef
57 TFL_CAPI_EXPORT extern TFLGpuDelegateOptions TFLGpuDelegateOptionsDefault(void);
65 const TFLGpuDelegateOptions* options);
Dmetal_delegate.mm175 explicit Delegate(const TFLGpuDelegateOptions* options) {
573 const TFLGpuDelegateOptions options() const { return options_; }
587 TFLGpuDelegateOptions options_;
692 TfLiteDelegate* TFLGpuDelegateCreate(const TFLGpuDelegateOptions* options) {
718 TFLGpuDelegateOptions TFLGpuDelegateOptionsDefault() {
719 TFLGpuDelegateOptions options = {
DREADME.md123 const TFLGpuDelegateOptions kDefaultOptions = {
/external/tensorflow/tensorflow/lite/swift/Sources/
DMetalDelegate.swift35 var delegateOptions = TFLGpuDelegateOptions()
/external/tensorflow/tensorflow/lite/objc/sources/
DTFLMetalDelegate.m60 TFLGpuDelegateOptions cOptions;
/external/tensorflow/tensorflow/lite/tools/delegates/
Dgpu_delegate_provider.cc136 TFLGpuDelegateOptions gpu_opts = {0}; in CreateTfLiteDelegate()
/external/tensorflow/tensorflow/lite/g3doc/performance/
Dgpu_advanced.md280 const TFLGpuDelegateOptions options = {
378 TFLGpuDelegateOptions options = TFLGpuDelegateOptionsDefault();