Searched refs:GetExecutors (Results 1 – 2 of 2) sorted by relevance
204 StatusOr<std::vector<se::StreamExecutor*>> GetExecutors(
525 StatusOr<std::vector<se::StreamExecutor*>> Service::GetExecutors( in GetExecutors() function in xla::Service600 TF_ASSIGN_OR_RETURN(auto executors, GetExecutors(execution_options, in ExecuteGraphParallel()