Searched refs:dstd_ (Results 1 – 1 of 1) sorted by relevance
31 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