(self)
| 784 | |
| 785 | @property |
| 786 | def executor(self): |
| 787 | ensure_initialized() |
| 788 | return executor.Executor( |
| 789 | pywrap_tensorflow.TFE_ContextGetExecutorForThread(self._context_handle)) |
| 790 | |
| 791 | @executor.setter |
| 792 | def executor(self, e): |
nothing calls this directly
no test coverage detected