wait until forward finish in sync model
(self)
| 633 | self._api.LITE_forward(self._network) |
| 634 | |
| 635 | def wait(self): |
| 636 | """ |
| 637 | wait until forward finish in sync model |
| 638 | """ |
| 639 | self._api.LITE_wait(self._network) |
| 640 | |
| 641 | def is_cpu_inplace_mode(self): |
| 642 | """ |
no outgoing calls