Home
last modified time | relevance | path

Searched refs:ExecutorForTfDeviceId (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/device/
Ddevice_id_utils.h38 static se::port::StatusOr<se::StreamExecutor*> ExecutorForTfDeviceId( in ExecutorForTfDeviceId() function
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_process_state.cc73 se::StreamExecutor* se = DeviceIdUtil::ExecutorForTfDeviceId( in BusIdForGPU()
283 se = DeviceIdUtil::ExecutorForTfDeviceId(DEVICE_GPU, GPUMachineManager(), in GetGpuHostAllocator()
Dgpu_device.cc425 auto executor_status = DeviceIdUtil::ExecutorForTfDeviceId( in Init()