Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/tests/
Dllvm_compiler_test.cc37 BackendOptions backend_options; in SetUp() local
38 backend_options.set_platform(platform); in SetUp()
40 Backend::CreateBackend(backend_options); in SetUp()
/external/tensorflow/tensorflow/compiler/xla/service/
Dlocal_service.cc54 BackendOptions backend_options; in NewService() local
55 backend_options.set_platform(platform) in NewService()
60 Backend::CreateBackend(backend_options)); in NewService()
Dbackend.cc125 BackendOptions backend_options; in CreateDefaultBackend() local
126 backend_options.set_platform(platform); in CreateDefaultBackend()
127 return CreateBackend(backend_options); in CreateDefaultBackend()
Dhlo_runner.cc89 BackendOptions backend_options; in HloRunner() local
90 backend_options.set_platform(platform); in HloRunner()
91 backend_ = Backend::CreateBackend(backend_options).ConsumeValueOrDie(); in HloRunner()
Dservice.cc147 BackendOptions backend_options; in NewService() local
148 backend_options.set_platform(platform); in NewService()
149 backend_options.set_allowed_devices(options.allowed_devices()); in NewService()
150 TF_ASSIGN_OR_RETURN(execute_backend, Backend::CreateBackend(backend_options)); in NewService()