Per-device cache for scalars.
(self)
| 662 | return _tensor_caches_map[self._id].ones_rank_cache |
| 663 | |
| 664 | def zeros_cache(self): |
| 665 | """Per-device cache for scalars.""" |
| 666 | return _tensor_caches_map[self._id].zeros_cache |
| 667 | |
| 668 | @property |
| 669 | def scope_name(self): |
no outgoing calls
no test coverage detected