Home
last modified time | relevance | path

Searched refs:get_all_collection_keys (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.-graph.pbtxt82 name: "get_all_collection_keys"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.-graph.pbtxt82 name: "get_all_collection_keys"
Dtensorflow.__internal__.-func-graph.pbtxt163 name: "get_all_collection_keys"
/external/tensorflow/tensorflow/python/training/
Dmoving_averages_test.py473 graph=graph, collection_list=graph.get_all_collection_keys())
Dsaver.py546 check_collection_list = graph.get_all_collection_keys()
/external/tensorflow/tensorflow/python/framework/
Dmeta_graph.py597 clist = graph.get_all_collection_keys()
Dfunc_graph.py248 for collection_name in graph.get_all_collection_keys():
Dops.py4110 def get_all_collection_keys(self): member in Graph
6418 def get_all_collection_keys(): function
6420 return get_default_graph().get_all_collection_keys()
Dops_test.py2097 sorted(g.get_all_collection_keys()), ["key", "other"])