Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dtensor_handle.cc134 is_remote_(false), in TensorHandle()
153 is_remote_(false), in TensorHandle()
185 is_remote_(false), in TensorHandle()
225 is_remote_(true), in TensorHandle()
261 is_remote_(true), in TensorHandle()
272 if (!is_async_ && !is_remote_) { in IsReady()
449 DCHECK(!is_remote_); in SetRemoteOpIdAndOutputNumToLocalTensorHandle()
543 DCHECK(is_remote_) << "SeRemoteShape is only called on remote handles."; in SetRemoteShape()
562 DCHECK(!is_remote_) << "SetTensor is not called on remote handles."; in SetTensor()
Dtensor_handle.h195 bool IsRemote() const { return is_remote_; } in IsRemote()
273 const bool is_remote_; variable