Home
last modified time | relevance | path

Searched refs:runtime_options (Results 1 – 10 of 10) sorted by relevance

/external/vixl/tools/
Dtest_runner.py99 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/
Dtest_util.cc72 const RuntimeOptions& runtime_options, in Invoke() argument
112 runtime_options, &objects, command_queue.get(), &inference_context)); in Invoke()
Dtest_util.h53 const RuntimeOptions& runtime_options,
DBUILD677 "//tensorflow/lite/delegates/gpu/gl:runtime_options",
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
DBUILD29 ":runtime_options",
408 ":runtime_options",
423 name = "runtime_options",
424 hdrs = ["runtime_options.h"],
Dapi2.cc575 RuntimeOptions runtime_options; in Build() local
577 absl::make_unique<Runtime>(runtime_options, *gpu_info_, in Build()
/external/tensorflow/tensorflow/lite/delegates/gpu/
Dgl_delegate.cc272 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/
Dmain-index.cc112 IcingDynamicTrie::RuntimeOptions runtime_options; in Init() local
114 lexicon_file, runtime_options, icing_filesystem); in Init()
/external/icing/icing/legacy/index/
Dicing-dynamic-trie.cc252 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()
Dicing-dynamic-trie.h249 const RuntimeOptions &runtime_options,