Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcopy_to_device_node.h31 dstd_(dstd), in CopyToDeviceNode()
33 dst_(new TensorHandle(id, dstd_, dstd_, nullptr, src->dtype, ctx)) { in CopyToDeviceNode()
45 TF_RETURN_IF_ERROR(src_->CopyToDevice(ctx_, dstd_, &temp)); in Run()
60 Device* dstd_; variable