Home
last modified time | relevance | path

Searched refs:GetExecutors (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dservice.h204 StatusOr<std::vector<se::StreamExecutor*>> GetExecutors(
Dservice.cc525 StatusOr<std::vector<se::StreamExecutor*>> Service::GetExecutors( in GetExecutors() function in xla::Service
600 TF_ASSIGN_OR_RETURN(auto executors, GetExecutors(execution_options, in ExecuteGraphParallel()