Per-device cache for scalars.
(self)
| 658 | return self._thread_local_data.is_eager |
| 659 | |
| 660 | def ones_rank_cache(self): |
| 661 | """Per-device cache for scalars.""" |
| 662 | return _tensor_caches_map[self._id].ones_rank_cache |
| 663 | |
| 664 | def zeros_cache(self): |
| 665 | """Per-device cache for scalars.""" |
no outgoing calls
no test coverage detected