Searched defs:ExecutorForDevice (Results 1 – 5 of 5) sorted by relevance
48 port::StatusOr<StreamExecutor*> HostPlatform::ExecutorForDevice(int ordinal) { in ExecutorForDevice() function in stream_executor::host::HostPlatform
50 port::StatusOr<StreamExecutor*> XlaInterpreterPlatform::ExecutorForDevice( in ExecutorForDevice() function in stream_executor::interpreter::XlaInterpreterPlatform
112 port::StatusOr<StreamExecutor*> ROCmPlatform::ExecutorForDevice(int ordinal) { in ExecutorForDevice() function in stream_executor::gpu::ROCmPlatform
149 port::StatusOr<StreamExecutor*> CudaPlatform::ExecutorForDevice(int ordinal) { in ExecutorForDevice() function in stream_executor::gpu::CudaPlatform
303 se::port::StatusOr<se::StreamExecutor*> ExecutorForDevice( in TEST() function in tensorflow::__anon2c9a16e00111::TEST::FakePlatform