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

Function _shared_name

tensorflow/python/ops/data_flow_ops.py:614–617  ·  view source on GitHub ↗
(shared_name)

Source from the content-addressed store, hash-verified

612 return gen_data_flow_ops.queue_size(self._queue_ref, name=name)
613
614def _shared_name(shared_name):
615 if context.executing_eagerly():
616 return str(ops.uid())
617 return shared_name
618
619
620@tf_export(

Callers 4

__init__Method · 0.85
__init__Method · 0.85
__init__Method · 0.85
__init__Method · 0.85

Calls 2

executing_eagerlyMethod · 0.80
uidMethod · 0.80

Tested by

no test coverage detected