Home
last modified time | relevance | path

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

/external/armnn/delegate/common/src/
DDelegateOptions.cpp138 DelegateOptions::DelegateOptions(char const* const* options_keys, in DelegateOptions() argument
151 if (std::string(options_keys[i]) == std::string("backends")) in DelegateOptions()
165 else if (std::string(options_keys[i]) == std::string("dynamic-backends-path")) in DelegateOptions()
170 else if (std::string(options_keys[i]) == std::string("logging-severity")) in DelegateOptions()
175 else if (std::string(options_keys[i]) == std::string("gpu-tuning-level")) in DelegateOptions()
181 else if (std::string(options_keys[i]) == std::string("gpu-mlgo-tuning-file")) in DelegateOptions()
187 else if (std::string(options_keys[i]) == std::string("gpu-tuning-file")) in DelegateOptions()
193 else if (std::string(options_keys[i]) == std::string("gpu-enable-profiling")) in DelegateOptions()
197 else if (std::string(options_keys[i]) == std::string("gpu-kernel-profiling-enabled")) in DelegateOptions()
203 else if (std::string(options_keys[i]) == std::string("save-cached-network")) in DelegateOptions()
[all …]
/external/tensorflow/tensorflow/lite/delegates/utils/dummy_delegate/
Dexternal_delegate_adaptor.cc26 TfLiteDelegate* CreateDummyDelegateFromOptions(char** options_keys, in CreateDummyDelegateFromOptions() argument
42 option_args.rbegin()->append(options_keys[i]); in CreateDummyDelegateFromOptions()
92 char** options_keys, char** options_values, size_t num_options, in tflite_plugin_create_delegate() argument
95 options_keys, options_values, num_options); in tflite_plugin_create_delegate()
/external/tensorflow/tensorflow/lite/python/testdata/
Dtest_delegate.cc35 TfLiteDelegate* tflite_plugin_create_delegate(char** options_keys, in tflite_plugin_create_delegate() argument
42 if (std::strcmp("options_counter", options_keys[idx]) == 0) { in tflite_plugin_create_delegate()
47 } else if (std::strcmp("fail", options_keys[idx]) == 0) { in tflite_plugin_create_delegate()
/external/armnn/delegate/test/
DDelegateOptionsTest.cpp149 std::unique_ptr<const char*> options_keys = variable
155 options_keys.get()[i] = keys[i].c_str();
161 …armnnDelegate::DelegateOptions delegateOptions(options_keys.get(), options_values.get(), num_optio…
184 std::unique_ptr<const char*> options_keys = variable
190 options_keys.get()[i] = keys[i].c_str();
196 …armnnDelegate::DelegateOptions delegateOptions(options_keys.get(), options_values.get(), num_optio…
294 std::unique_ptr<const char*> options_keys = in CreateFp16StringParsingTestRun() local
300 options_keys.get()[i] = keys[i].c_str(); in CreateFp16StringParsingTestRun()
304 armnnDelegate::DelegateOptions delegateOptions(options_keys.get(), options_values.get(), in CreateFp16StringParsingTestRun()
/external/armnn/delegate/classic/src/
Darmnn_external_delegate.cpp36 TfLiteDelegate* tflite_plugin_create_delegate(char** options_keys, in tflite_plugin_create_delegate() argument
45 …armnnDelegate::DelegateOptions options (options_keys, options_values, num_options, (*report_error)… in tflite_plugin_create_delegate()
/external/tensorflow/tensorflow/lite/python/
Dinterpreter.py92 options_keys = (ctypes.c_char_p * len(options))()
95 options_keys[idx] = str(key).encode('utf-8')
110 options_keys, options_values, len(options), error_capturer_cb)
/external/armnn/delegate/common/include/
DDelegateOptions.hpp190 DelegateOptions(char const* const* options_keys,
/external/tensorflow/tensorflow/lite/delegates/external/
DREADME.md14 char** options_keys, char** options_values, size_t num_options,
/external/tensorflow/tensorflow/lite/g3doc/performance/
Dimplementing_delegate.md426 TfLiteDelegate* CreateDummyDelegateFromOptions(char** options_keys,
442 option_args.rbegin()->append(options_keys[i]);
471 char** options_keys, char** options_values, size_t num_options,
474 options_keys, options_values, num_options);