Searched defs:executors (Results 1 – 10 of 10) sorted by relevance
178 std::vector<se::StreamExecutor*> executors(build_options.num_partitions(), in CompileExecutables() local
288 Backend* backend, std::vector<std::vector<se::StreamExecutor*>> executors, in BuildExecutables()539 std::vector<se::StreamExecutor*> executors; in GetExecutors() local
319 static GrpcExecutor* executors[GRPC_NUM_EXECUTORS]; variable
142 std::vector<std::vector<se::StreamExecutor *>> executors; in TestMultiModuleCompilation() local
755 auto executors = PlatformUtil::GetStreamExecutors(platform).ValueOrDie(); in BM_DynamicSlice() local
831 auto executors = PlatformUtil::GetStreamExecutors(platform).ValueOrDie(); in BM_ParallelFusion() local
951 auto executors = PlatformUtil::GetStreamExecutors(platform).ValueOrDie(); in BM_LocalClientOverhead() local
1266 auto executors = PlatformUtil::GetStreamExecutors(platform).ValueOrDie(); in BM_WhileLoop() local
1815 auto executors = PlatformUtil::GetStreamExecutors(platform).ValueOrDie(); in DOT_ReorderContracting() local
58 Executor* executors[static_cast<size_t>(ExecutorType::NUM_EXECUTORS)]; variable