Make tf.add_to_collections visible.
PiperOrigin-RevId: 188807786
This commit is contained in:
parent
d9cbe36d1b
commit
a2643a9836
@ -48,6 +48,7 @@
|
||||
## Graph collections
|
||||
|
||||
@@add_to_collection
|
||||
@@add_to_collections
|
||||
@@get_collection
|
||||
@@get_collection_ref
|
||||
@@GraphKeys
|
||||
|
@ -5602,7 +5602,7 @@ def add_to_collection(name, value):
|
||||
"""
|
||||
get_default_graph().add_to_collection(name, value)
|
||||
|
||||
|
||||
@tf_export("add_to_collections")
|
||||
def add_to_collections(names, value):
|
||||
"""Wrapper for `Graph.add_to_collections()` using the default graph.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user