Searched refs:ExecutorForPlatformDeviceId (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/device/ |
D | device_id_utils.h | 34 static se::port::StatusOr<se::StreamExecutor*> ExecutorForPlatformDeviceId( in ExecutorForPlatformDeviceId() function 44 return ExecutorForPlatformDeviceId(device_manager, platform_device_id); in ExecutorForTfDeviceId()
|
/external/tensorflow/tensorflow/core/common_runtime/gpu/ |
D | gpu_virtual_mem_allocator_test.cc | 40 DeviceIdUtil::ExecutorForPlatformDeviceId(GPUMachineManager(), gpu_id) in CreateAllocator() 53 DeviceIdUtil::ExecutorForPlatformDeviceId(GPUMachineManager(), gpu_id) in TEST()
|
D | gpu_debug_allocator.cc | 81 stream_exec_ = DeviceIdUtil::ExecutorForPlatformDeviceId(GPUMachineManager(), in GPUDebugAllocator() 160 stream_exec_ = DeviceIdUtil::ExecutorForPlatformDeviceId(GPUMachineManager(), in GPUNanResetAllocator()
|
D | gpu_cudamalloc_allocator.cc | 32 stream_exec_ = DeviceIdUtil::ExecutorForPlatformDeviceId(GPUMachineManager(), in GPUcudaMallocAllocator()
|
D | gpu_debug_allocator_test.cc | 42 return DeviceIdUtil::ExecutorForPlatformDeviceId(GPUMachineManager(), in ExecutorForPlatformGpuId()
|
D | gpu_device_test.cc | 35 DeviceIdUtil::ExecutorForPlatformDeviceId(GPUMachineManager(), gpu_id) in GetTotalGPUMemory() 46 DeviceIdUtil::ExecutorForPlatformDeviceId(GPUMachineManager(), gpu_id) in GetComputeCapability()
|
D | gpu_device.cc | 960 se::StreamExecutor* se = DeviceIdUtil::ExecutorForPlatformDeviceId( in SingleVirtualDeviceMemoryLimit() 1474 DeviceIdUtil::ExecutorForPlatformDeviceId(platform, platform_gpu_i) in GetPeerAccessMap() 1477 DeviceIdUtil::ExecutorForPlatformDeviceId(platform, platform_gpu_j) in GetPeerAccessMap() 1717 DeviceIdUtil::ExecutorForPlatformDeviceId(gpu_manager, platform_gpu_i) in EnablePeerAccess() 1720 DeviceIdUtil::ExecutorForPlatformDeviceId(gpu_manager, platform_gpu_j) in EnablePeerAccess()
|
D | gpu_bfc_allocator_test.cc | 67 DeviceIdUtil::ExecutorForPlatformDeviceId(GPUMachineManager(), gpu_id) in CreateVirtualMemorySubAllocator() 81 DeviceIdUtil::ExecutorForPlatformDeviceId(GPUMachineManager(), gpu_id) in CreateGPUMemAllocator()
|
D | gpu_process_state.cc | 87 auto executor = DeviceIdUtil::ExecutorForPlatformDeviceId(GPUMachineManager(), in CreateSubAllocator()
|