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

Function shared_resources

tensorflow/python/ops/resources.py:60–62  ·  view source on GitHub ↗

Returns resources visible to all tasks in the cluster.

()

Source from the content-addressed store, hash-verified

58
59
60def shared_resources():
61 """Returns resources visible to all tasks in the cluster."""
62 return ops.get_collection(ops.GraphKeys.RESOURCES)
63
64
65def local_resources():

Callers 1

Calls 1

get_collectionMethod · 0.45

Tested by

no test coverage detected