Home
last modified time | relevance | path

Searched refs:dst_dev_ctx (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dcollective_rma_local.cc84 DeviceContext* src_dev_ctx, DeviceContext* dst_dev_ctx, Device* src_dev, in MemCpyAsync() argument
109 if (dst_dev_ctx == nullptr && dst_device_type == DEVICE_GPU) { in MemCpyAsync()
113 dst_dev_ctx = dev_info->default_context; in MemCpyAsync()
116 if (non_cpu_dst) CHECK(dst_dev_ctx); in MemCpyAsync()
119 src_dev_ctx, dst_dev_ctx, src_dev, dst_dev, src_attr, in MemCpyAsync()
Dcollective_rma_local.h77 DeviceContext* dst_dev_ctx, Device* src_dev,