(self)
| 509 | self._initialized = True |
| 510 | |
| 511 | def _clear_caches(self): |
| 512 | self.ones_rank_cache().flush() |
| 513 | self.zeros_cache().flush() |
| 514 | pywrap_tensorflow.TFE_ClearScalarCache() |
| 515 | |
| 516 | def set_server_def(self, server_def, keep_alive_secs=600): |
| 517 | """Allow setting a server_def on the context. |