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

Class _ExecutionSignature

tensorflow/python/ops/critical_section_ops.py:46–51  ·  view source on GitHub ↗

A class storing an `ExecuteInCriticalResource` op and associated attrs.

Source from the content-addressed store, hash-verified

44
45
46class _ExecutionSignature(
47 collections.namedtuple("_ExecutionSignature",
48 ("op", "handle",
49 "resources", "exclusive_resource_access"))):
50 """A class storing an `ExecuteInCriticalResource` op and associated attrs."""
51 pass
52
53
54def _identity(x):

Callers 1

executeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected