(self)
| 128 | yield None |
| 129 | |
| 130 | def start(self): |
| 131 | from ..compat import tfv1 |
| 132 | self._sess = tfv1.get_default_session() |
| 133 | super(ShareSessionThread, self).start() |
| 134 | |
| 135 | def run(self): |
| 136 | if not self._th: |
no outgoing calls
no test coverage detected