(self)
| 837 | "`TPUVariableMixin.get()` is not supported within a TPU context.") |
| 838 | |
| 839 | def _get_as_operand(self): |
| 840 | return self.read_value() |
| 841 | |
| 842 | def _get_closest(self): |
| 843 | if _enclosing_tpu_context() is None: |
nothing calls this directly
no test coverage detected