Searched refs:execute_backend (Results 1 – 3 of 3) sorted by relevance
68 std::unique_ptr<Backend> execute_backend) in LocalService() argument69 : Service(options, std::move(execute_backend)) {} in LocalService()
143 std::unique_ptr<Backend> execute_backend; in NewService() local150 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() argument160 allocation_tracker_(execute_backend.get()), in Service()161 execute_backend_(std::move(execute_backend)) { in Service()
210 std::unique_ptr<Backend> execute_backend);