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

Method device

tensorflow/python/tpu/tpu.py:345–346  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

343
344 @property
345 def device(self):
346 return self._device
347
348 def _set_device(self, device):
349 if isinstance(device, pydev.DeviceSpec):

Callers 15

generate_dequeue_opMethod · 0.45
_generate_enqueue_opMethod · 0.45
generate_dequeue_opMethod · 0.45
generate_enqueue_opsMethod · 0.45
initialize_systemFunction · 0.45
shutdown_systemFunction · 0.45
from_devicesMethod · 0.45
StreamingFilesDatasetFunction · 0.45
initialize_tpu_systemFunction · 0.45

Calls

no outgoing calls