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

Function local_resources

tensorflow/python/ops/resources.py:65–67  ·  view source on GitHub ↗

Returns resources intended to be local to this session.

()

Source from the content-addressed store, hash-verified

63
64
65def local_resources():
66 """Returns resources intended to be local to this session."""
67 return ops.get_collection(ops.GraphKeys.LOCAL_RESOURCES)
68
69
70def report_uninitialized_resources(resource_list=None,

Callers 1

Calls 1

get_collectionMethod · 0.45

Tested by

no test coverage detected