Searched refs:StreamExecutorFactory (Results 1 – 3 of 3) sorted by relevance
23 StreamExecutorFactory* MakeCUDAExecutorImplementation() { in MakeCUDAExecutorImplementation()24 static StreamExecutorFactory instance; in MakeCUDAExecutorImplementation()30 StreamExecutorFactory* MakeROCMExecutorImplementation() { in MakeROCMExecutorImplementation()31 static StreamExecutorFactory instance; in MakeROCMExecutorImplementation()37 StreamExecutorFactory* MakeOpenCLExecutorImplementation() { in MakeOpenCLExecutorImplementation()38 static StreamExecutorFactory instance; in MakeOpenCLExecutorImplementation()44 StreamExecutorFactory MakeHostExecutorImplementation;
381 using StreamExecutorFactory = variable388 StreamExecutorFactory *MakeCUDAExecutorImplementation();390 StreamExecutorFactory *MakeROCMExecutorImplementation();392 StreamExecutorFactory *MakeOpenCLExecutorImplementation();394 extern StreamExecutorFactory MakeHostExecutorImplementation;
69 internal::StreamExecutorFactory factory; in StreamExecutorImplementationFromPlatformKind()