Searched refs:execute_backend (Results 1 – 3 of 3) sorted by relevance
148 std::unique_ptr<Backend> execute_backend; in NewService() local155 TF_ASSIGN_OR_RETURN(execute_backend, Backend::CreateBackend(backend_options)); in NewService()158 new Service(options, std::move(execute_backend))); in NewService()163 std::unique_ptr<Backend> execute_backend) in Service() argument165 allocation_tracker_(execute_backend.get()), in Service()166 execute_backend_(std::move(execute_backend)) { in Service()
68 std::unique_ptr<Backend> execute_backend) in LocalService() argument69 : Service(options, std::move(execute_backend)) {} in LocalService()
218 std::unique_ptr<Backend> execute_backend);