Home
last modified time | relevance | path

Searched refs:GetPCIBusID (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/gpu/
Dgpu_driver.h544 static std::string GetPCIBusID(GpuDeviceHandle device);
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc842 string pci_bus_id = GpuDriver::GetPCIBusID(device); in CreateDeviceDescription()
Drocm_driver.cc1255 /* static */ string GpuDriver::GetPCIBusID(hipDevice_t device) { in GetPCIBusID() function in stream_executor::gpu::GpuDriver
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_gpu_executor.cc988 std::string pci_bus_id = GpuDriver::GetPCIBusID(device); in CreateDeviceDescription()
Dcuda_driver.cc1557 /* static */ std::string GpuDriver::GetPCIBusID(CUdevice device) { in GetPCIBusID() function in stream_executor::gpu::GpuDriver