Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dtensor_handle.cc260 bool is_same_device = (srcd == dstd) || (srcd->name() == dstd->name()); in CopyToDevice() local
263 if (is_same_device) { in CopyToDevice()