Home
last modified time | relevance | path

Searched refs:execution_preference (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/lite/tools/delegates/
Dnnapi_delegate_provider.cc121 execution_preference = in CreateTfLiteDelegate() local
124 execution_preference = in CreateTfLiteDelegate()
127 execution_preference = in CreateTfLiteDelegate()
130 execution_preference = in CreateTfLiteDelegate()
133 execution_preference = in CreateTfLiteDelegate()
140 options.execution_preference = execution_preference; in CreateTfLiteDelegate()
/external/tensorflow/tensorflow/lite/experimental/acceleration/configuration/
Dnnapi_plugin.h71 options_.execution_preference = in NnapiPlugin()
72 ConvertExecutionPrefence(nnapi_settings->execution_preference()); in NnapiPlugin()
Dconfiguration_generated.h576 tflite::NNAPIExecutionPreference execution_preference; member
584 : execution_preference(tflite::NNAPIExecutionPreference_UNDEFINED), in NNAPISettingsT()
616 tflite::NNAPIExecutionPreference execution_preference() const { in execution_preference() function
672 void add_execution_preference(tflite::NNAPIExecutionPreference execution_preference) { in add_execution_preference()
673 …nt<int32_t>(NNAPISettings::VT_EXECUTION_PREFERENCE, static_cast<int32_t>(execution_preference), 0); in add_execution_preference()
710 …tflite::NNAPIExecutionPreference execution_preference = tflite::NNAPIExecutionPreference_UNDEFINED,
721 builder_.add_execution_preference(execution_preference);
736 …tflite::NNAPIExecutionPreference execution_preference = tflite::NNAPIExecutionPreference_UNDEFINED,
751 execution_preference,
2170 { auto _e = execution_preference(); _o->execution_preference = _e; } in UnPackTo()
[all …]
Dproto_to_flatbuffer.cc158 ConvertNNAPIExecutionPreference(settings.execution_preference()), in ConvertNNAPISettings()
Dconfiguration.proto107 optional NNAPIExecutionPreference execution_preference = 4; field
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate.h55 ExecutionPreference execution_preference = kUndefined; member
216 Options::ExecutionPreference execution_preference; member
Dnnapi_delegate_test.cc319 options.execution_preference = in TEST()
335 options.execution_preference = in TEST()
356 options.execution_preference = in TEST()
378 options.execution_preference = in TEST()
Dnnapi_delegate.cc3729 auto preference = delegate_options.execution_preference; in Prepare()
4830 delegate_data_.execution_preference = options.execution_preference; in StatefulNnApiDelegate()
4865 options.execution_preference = delegate_data->execution_preference; in GetOptions()
/external/tensorflow/tensorflow/lite/delegates/nnapi/java/src/main/native/
Dnnapi_delegate_jni.cc31 options.execution_preference = in Java_org_tensorflow_lite_nnapi_NnApiDelegate_createDelegate()