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

Method local_take

tensorflow/python/ops/work_queue.py:382–385  ·  view source on GitHub ↗

Take work from local worker.

()

Source from the content-addressed store, hash-verified

380 return local_work
381
382 def local_take():
383 """Take work from local worker."""
384 assert self._local_work_mgr, 'local_work_mgr should not be None.'
385 return self._local_work_mgr.take()
386
387 if self._local_work_mgr:
388 with ops.name_scope(self.name):

Callers

nothing calls this directly

Calls 1

takeMethod · 0.45

Tested by

no test coverage detected