Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_id_manager_test.cc34 TF_ASSERT_OK(GpuIdManager::InsertTfPlatformGpuIdPair(key_0, value_0)); in TEST()
38 TF_ASSERT_OK(GpuIdManager::InsertTfPlatformGpuIdPair(key_0, value_0)); in TEST()
44 TF_ASSERT_OK(GpuIdManager::InsertTfPlatformGpuIdPair(key_1, value_1)); in TEST()
49 TF_ASSERT_OK(GpuIdManager::InsertTfPlatformGpuIdPair(key_2, value_1)); in TEST()
53 ASSERT_FALSE(GpuIdManager::InsertTfPlatformGpuIdPair(key_2, value_0).ok()); in TEST()
Dgpu_id_manager.h29 static Status InsertTfPlatformGpuIdPair(TfGpuId tf_gpu_id,
Dgpu_id_manager.cc86 Status GpuIdManager::InsertTfPlatformGpuIdPair(TfGpuId tf_gpu_id, in InsertTfPlatformGpuIdPair() function in tensorflow::GpuIdManager
Dgpu_device.cc1136 GpuIdManager::InsertTfPlatformGpuIdPair(tf_gpu_id, platform_gpu_id)); in CreateDevices()
/external/tensorflow/tensorflow/core/grappler/clusters/
Dutils_test.cc87 GpuIdManager::InsertTfPlatformGpuIdPair(TfGpuId(0), PlatformGpuId(100))); in TEST()
93 GpuIdManager::InsertTfPlatformGpuIdPair(TfGpuId(1), PlatformGpuId(0))); in TEST()