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

Method job

tensorflow/python/framework/device_spec.py:384–386  ·  view source on GitHub ↗
(self, job)

Source from the content-addressed store, hash-verified

382
383 @DeviceSpecV2.job.setter
384 def job(self, job):
385 self._job = _as_str_or_none(job)
386 self._as_string, self._hash = None, None
387
388 @DeviceSpecV2.replica.setter
389 def replica(self, replica):

Callers

nothing calls this directly

Calls 1

_as_str_or_noneFunction · 0.85

Tested by

no test coverage detected