MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / _tpu_init_fn

Function _tpu_init_fn

tensorflow/python/tpu/tpu_strategy_util.py:84–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

initialize_tpu_systemFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected