(self)
| 767 | return self.primary._in_graph_mode # pylint: disable=protected-access |
| 768 | |
| 769 | def read_value(self): |
| 770 | with _enter_or_assert_strategy(self._distribute_strategy): |
| 771 | return array_ops.identity(self.get()) |
| 772 | |
| 773 | def value(self): |
| 774 | return self._get_closest().value() |
nothing calls this directly
no test coverage detected