Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dllvm_util.cc648 std::vector<string> fake_argv_storage; in InitializeLLVMCommandLineOptions() local
649 fake_argv_storage.push_back(""); in InitializeLLVMCommandLineOptions()
654 fake_argv_storage.push_back(it.first); in InitializeLLVMCommandLineOptions()
656 fake_argv_storage.push_back(it.first + "=" + it.second); in InitializeLLVMCommandLineOptions()
663 for (const auto& s : fake_argv_storage) { in InitializeLLVMCommandLineOptions()