Searched refs:remote_mirror (Results 1 – 1 of 1) sorted by relevance
778 auto remote_mirror = remote_mirrors_.find(d->name()); in AddUnshapedRemoteMirror() local779 if (remote_mirror != remote_mirrors_.end()) { in AddUnshapedRemoteMirror()780 if (remote_mirror->second.context_view_id() >= ctx->GetContextId()) { in AddUnshapedRemoteMirror()784 remote_mirrors_.erase(remote_mirror); in AddUnshapedRemoteMirror()831 auto remote_mirror = remote_mirrors_.find(d->name()); in SetRemoteShapeAndDevice() local832 if (remote_mirror == remote_mirrors_.end()) { in SetRemoteShapeAndDevice()835 auto& mirror = remote_mirror->second; in SetRemoteShapeAndDevice()