提交 64081c87 编写于 作者: A A. Unique TensorFlower 提交者: TensorFlower Gardener

Update generated Python Op docs.

Change: 137575131
上级 9f2a816c
......@@ -752,6 +752,19 @@ with tf.Graph().as_default() as g:
Returns True iff this graph represents a function.
- - -
#### `tf.Graph.clear_collection(name)` {#Graph.clear_collection}
Clears all values in a collection.
##### Args:
* <b>`name`</b>: The key for the collection. The `GraphKeys` class contains many
standard names for collections.
- - -
#### `tf.Graph.colocate_with(op, ignore_existing=False)` {#Graph.colocate_with}
......
......@@ -739,6 +739,19 @@ with tf.Graph().as_default() as g:
Returns True iff this graph represents a function.
- - -
#### `tf.Graph.clear_collection(name)` {#Graph.clear_collection}
Clears all values in a collection.
##### Args:
* <b>`name`</b>: The key for the collection. The `GraphKeys` class contains many
standard names for collections.
- - -
#### `tf.Graph.colocate_with(op, ignore_existing=False)` {#Graph.colocate_with}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册