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.cc69 std::unique_ptr<Backend> execute_backend) in LocalService() argument
70 : Service(options, std::move(execute_backend)) {} in LocalService()
Dservice.cc144 std::unique_ptr<Backend> execute_backend; in NewService() local
151 TF_ASSIGN_OR_RETURN(execute_backend, Backend::CreateBackend(backend_options)); in NewService()
154 new Service(options, std::move(execute_backend))); in NewService()
159 std::unique_ptr<Backend> execute_backend) in Service() argument
161 allocation_tracker_(execute_backend.get()), in Service()
162 execute_backend_(std::move(execute_backend)) { in Service()
Dservice.h219 std::unique_ptr<Backend> execute_backend);