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

Function get_all_collection_keys

tensorflow/python/framework/ops.py:6332–6334  ·  view source on GitHub ↗

Returns a list of collections used in the default graph.

()

Source from the content-addressed store, hash-verified

6330
6331
6332def get_all_collection_keys():
6333 """Returns a list of collections used in the default graph."""
6334 return get_default_graph().get_all_collection_keys()
6335
6336
6337# Named like a function for backwards compatibility with the

Callers

nothing calls this directly

Calls 2

get_default_graphFunction · 0.85

Tested by

no test coverage detected