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

Method num_gpus

tensorflow/python/distribute/hvd_strategy.py:163–166  ·  view source on GitHub ↗

r'''Number of GPUs.

(self)

Source from the content-addressed store, hash-verified

161
162 @property
163 def num_gpus(self):
164 r'''Number of GPUs.
165 '''
166 return self._num_gpus
167
168 def _update(self, task_type=None, task_id=None, cluster_spec=None,
169 num_gpus=None):

Calls

no outgoing calls