Searched refs:GetStreamExecutors (Results 1 – 10 of 10) sorted by relevance
69 static StatusOr<std::vector<se::StreamExecutor*>> GetStreamExecutors(
36 xla::PlatformUtil::GetStreamExecutors(platform)); in TEST()
110 PlatformUtil::GetStreamExecutors(platform, options.allowed_devices())); in CreateBackend()
211 PlatformUtil::GetStreamExecutors( in GetStreamExecutors() function in xla::PlatformUtil
46 platform, PlatformUtil::GetStreamExecutors(platform).ValueOrDie()) { in TestAllocator()
124 stream_executor_ = PlatformUtil::GetStreamExecutors(local_client_->platform()) in LocalClientTestBase()
738 auto executors = PlatformUtil::GetStreamExecutors(platform).ValueOrDie(); in BM_DynamicSlice()
902 auto executors = PlatformUtil::GetStreamExecutors(platform).ValueOrDie(); in BM_LocalClientOverhead()
832 auto executors = PlatformUtil::GetStreamExecutors(platform).ValueOrDie(); in BM_ParallelFusion()
1267 auto executors = PlatformUtil::GetStreamExecutors(platform).ValueOrDie(); in BM_WhileLoop()