Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_init.cc32 return se::MultiPlatformManager::PlatformWithName(GpuPlatformName()).status(); in ValidateGPUMachineManager()
36 auto result = se::MultiPlatformManager::PlatformWithName(GpuPlatformName()); in GPUMachineManager()
38 LOG(FATAL) << "Could not find Platform with name " << GpuPlatformName(); in GPUMachineManager()
45 string GpuPlatformName() { in GpuPlatformName() function
Dpool_allocator_test.cc29 se::MultiPlatformManager::PlatformWithName(GpuPlatformName()) in TEST()
49 se::MultiPlatformManager::PlatformWithName(GpuPlatformName()) in TEST()
84 se::MultiPlatformManager::PlatformWithName(GpuPlatformName()) in TEST()
147 se::MultiPlatformManager::PlatformWithName(GpuPlatformName()) in TEST()
251 se::MultiPlatformManager::PlatformWithName(GpuPlatformName()) in TEST()
Dgpu_init.h41 std::string GpuPlatformName();
/external/tensorflow/tensorflow/compiler/jit/
Dxla_gpu_device.cc74 se::MultiPlatformManager::PlatformWithName(tensorflow::GpuPlatformName()); in ListPhysicalDevices()
123 se::MultiPlatformManager::PlatformWithName(tensorflow::GpuPlatformName()); in CreateDevices()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/tests/
Dmlir_gpu_test_base.cc34 se::MultiPlatformManager::PlatformWithName(tensorflow::GpuPlatformName()) in MlirGpuTestBase()