Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dbackend.cc42 BackendOptions& BackendOptions::set_platform(se::Platform* platform) { in set_platform()
47 se::Platform* BackendOptions::platform() const { return platform_; } in platform()
49 BackendOptions& BackendOptions::set_intra_op_parallelism_threads( in set_intra_op_parallelism_threads()
55 int BackendOptions::intra_op_parallelism_threads() const { in intra_op_parallelism_threads()
59 BackendOptions& BackendOptions::set_allowed_devices( in set_allowed_devices()
65 const absl::optional<std::set<int>>& BackendOptions::allowed_devices() const { in allowed_devices()
105 const BackendOptions& options) { in CreateBackend()
125 BackendOptions backend_options; in CreateDefaultBackend()
Dbackend.h46 class BackendOptions {
49 BackendOptions& set_platform(se::Platform* platform);
55 BackendOptions& set_intra_op_parallelism_threads(int num_threads);
60 BackendOptions& set_allowed_devices(
80 const BackendOptions& options);
Dlocal_service.cc54 BackendOptions backend_options; in NewService()
Dhlo_runner.cc89 BackendOptions backend_options; in HloRunner()
Dservice.cc147 BackendOptions backend_options; in NewService()
/external/clang/include/clang/Frontend/
DCodeGenOptions.h148 std::vector<std::string> BackendOptions; variable
/external/tensorflow/tensorflow/compiler/xla/tests/
Dllvm_compiler_test.cc37 BackendOptions backend_options; in SetUp()
/external/clang/lib/CodeGen/
DBackendUtil.cpp518 for (const std::string &BackendOption : CodeGenOpts.BackendOptions) in setCommandLineOpts()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp571 Opts.BackendOptions = Args.getAllArgValues(OPT_backend_option); in ParseCodeGenArgs()