Searched defs:same_device (Results 1 – 3 of 3) sorted by relevance
448 bool same_device = op->getAttr(kDeviceAttr) == user->getAttr(kDeviceAttr); in GetClusteringCandidates() local
3834 …def _check(self, original, cvt=lambda t: t, is_alias=True, same_dtype=True, same_device=True, **kw… argument
4682 def same_device(x, y): function