Searched refs:runtime_options (Results 1 – 10 of 10) sorted by relevance
/external/vixl/tools/ |
D | test_runner.py | 99 def AddTests(self, test_runner_command, filters, runtime_options, under_valgrind): argument 116 command = base_command + [test] + runtime_options
|
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/ |
D | test_util.cc | 72 const RuntimeOptions& runtime_options, in Invoke() argument 112 runtime_options, &objects, command_queue.get(), &inference_context)); in Invoke()
|
D | test_util.h | 53 const RuntimeOptions& runtime_options,
|
D | BUILD | 677 "//tensorflow/lite/delegates/gpu/gl:runtime_options",
|
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/ |
D | BUILD | 29 ":runtime_options", 408 ":runtime_options", 423 name = "runtime_options", 424 hdrs = ["runtime_options.h"],
|
D | api2.cc | 575 RuntimeOptions runtime_options; in Build() local 577 absl::make_unique<Runtime>(runtime_options, *gpu_info_, in Build()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/ |
D | gl_delegate.cc | 272 const RuntimeOptions runtime_options; in Prepare() local 273 RETURN_IF_ERROR(compiled_model->NewRun(runtime_options, &phwc4_objects_, in Prepare()
|
/external/icing/icing/index/main/ |
D | main-index.cc | 112 IcingDynamicTrie::RuntimeOptions runtime_options; in Init() local 114 lexicon_file, runtime_options, icing_filesystem); in Init()
|
/external/icing/icing/legacy/index/ |
D | icing-dynamic-trie.cc | 252 const RuntimeOptions &runtime_options, 404 const std::string &file_basename, const RuntimeOptions &runtime_options, in IcingDynamicTrieStorage() argument 409 runtime_options_(runtime_options), in IcingDynamicTrieStorage() 1057 const RuntimeOptions &runtime_options, in IcingDynamicTrie() argument 1062 runtime_options_(runtime_options), in IcingDynamicTrie()
|
D | icing-dynamic-trie.h | 249 const RuntimeOptions &runtime_options,
|