Home
last modified time | relevance | path

Searched refs:execution_priority (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/lite/tools/delegates/
Dnnapi_delegate_provider.cc148 int execution_priority = 0; in CreateTfLiteDelegate() local
150 execution_priority = ANEURALNETWORKS_PRIORITY_DEFAULT; in CreateTfLiteDelegate()
152 execution_priority = ANEURALNETWORKS_PRIORITY_LOW; in CreateTfLiteDelegate()
154 execution_priority = ANEURALNETWORKS_PRIORITY_MEDIUM; in CreateTfLiteDelegate()
156 execution_priority = ANEURALNETWORKS_PRIORITY_HIGH; in CreateTfLiteDelegate()
161 options.execution_priority = execution_priority; in CreateTfLiteDelegate()
/external/tensorflow/tensorflow/lite/experimental/acceleration/configuration/
Dnnapi_plugin.h75 options_.execution_priority = in NnapiPlugin()
76 ConvertExecutionPriority(nnapi_settings->execution_priority()); in NnapiPlugin()
Dconfiguration_generated.h580 tflite::NNAPIExecutionPriority execution_priority; member
587 execution_priority(tflite::NNAPIExecutionPriority_NNAPI_PRIORITY_UNDEFINED), in NNAPISettingsT()
628 tflite::NNAPIExecutionPriority execution_priority() const { in execution_priority() function
684 void add_execution_priority(tflite::NNAPIExecutionPriority execution_priority) { in add_execution_priority()
685 …lement<int32_t>(NNAPISettings::VT_EXECUTION_PRIORITY, static_cast<int32_t>(execution_priority), 0); in add_execution_priority()
714 …tflite::NNAPIExecutionPriority execution_priority = tflite::NNAPIExecutionPriority_NNAPI_PRIORITY_…
718 builder_.add_execution_priority(execution_priority);
740 …tflite::NNAPIExecutionPriority execution_priority = tflite::NNAPIExecutionPriority_NNAPI_PRIORITY_…
755 execution_priority,
2174 { auto _e = execution_priority(); _o->execution_priority = _e; } in UnPackTo()
[all …]
Dproto_to_flatbuffer.cc164 ConvertNNAPIExecutionPriority(settings.execution_priority()), in ConvertNNAPISettings()
Dconfiguration.proto125 optional NNAPIExecutionPriority execution_priority = 8; field
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate.h100 int execution_priority = ANEURALNETWORKS_PRIORITY_DEFAULT; member
242 int execution_priority = ANEURALNETWORKS_PRIORITY_DEFAULT; member
Dnnapi_delegate.cc3769 compilation, delegate_options.execution_priority), in Prepare()
4835 delegate_data_.execution_priority = options.execution_priority; in StatefulNnApiDelegate()
4879 options.execution_priority = delegate_data->execution_priority; in GetOptions()
Dnnapi_delegate_test.cc396 options.execution_priority = ANEURALNETWORKS_PRIORITY_HIGH; in TEST()