Searched refs:execute_backend (Results 1 – 3 of 3) sorted by relevance
69 std::unique_ptr<Backend> execute_backend) in LocalService() argument70 : Service(options, std::move(execute_backend)) {} in LocalService()
144 std::unique_ptr<Backend> execute_backend; in NewService() local151 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() argument161 allocation_tracker_(execute_backend.get()), in Service()162 execute_backend_(std::move(execute_backend)) { in Service()
219 std::unique_ptr<Backend> execute_backend);