Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dlocal_service.cc68 std::unique_ptr<Backend> execute_backend) in LocalService() argument
69 : Service(options, std::move(execute_backend)) {} in LocalService()
Dservice.cc143 std::unique_ptr<Backend> execute_backend; in NewService() local
150 TF_ASSIGN_OR_RETURN(execute_backend, Backend::CreateBackend(backend_options)); in NewService()
153 new Service(options, std::move(execute_backend))); in NewService()
158 std::unique_ptr<Backend> execute_backend) in Service() argument
160 allocation_tracker_(execute_backend.get()), in Service()
161 execute_backend_(std::move(execute_backend)) { in Service()
Dservice.h210 std::unique_ptr<Backend> execute_backend);