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

Method devices

tensorflow/python/eager/context.py:747–749  ·  view source on GitHub ↗

List of the names of devices available to execute operations.

(self)

Source from the content-addressed store, hash-verified

745 return _EagerDeviceContext(self, name)
746
747 def devices(self):
748 """List of the names of devices available to execute operations."""
749 return self._devices
750
751 # TODO(fishx): remove this property.
752 @property

Callers 3

testContextMethod · 0.95
testAsyncBasicMethod · 0.95
list_devicesFunction · 0.45

Calls

no outgoing calls

Tested by 2

testContextMethod · 0.76
testAsyncBasicMethod · 0.76