()
| 82 | |
| 83 | @function.defun |
| 84 | def _tpu_init_fn(): |
| 85 | return tpu.initialize_system(job=job) |
| 86 | |
| 87 | # The TPU_SYSTEM device must match the device used in tpu.initialize_system |
| 88 | # exactly, otherwise you can get errors if there are multiple TPU_SYSTEM |
no outgoing calls
no test coverage detected