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

Method _alloc_flow_id

tensorflow/python/client/timeline.py:416–420  ·  view source on GitHub ↗

Allocate a flow Id.

(self)

Source from the content-addressed store, hash-verified

414 return pid
415
416 def _alloc_flow_id(self):
417 """Allocate a flow Id."""
418 flow_id = self._next_flow_id
419 self._next_flow_id += 1
420 return flow_id
421
422 def _parse_op_label(self, label):
423 """Parses the fields in a node timeline label."""

Callers 2

_emit_launchMethod · 0.95
_show_computeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected