Searched refs:is_remote_ (Results 1 – 2 of 2) sorted by relevance
134 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()
195 bool IsRemote() const { return is_remote_; } in IsRemote()273 const bool is_remote_; variable