提交 2353838f 编写于 作者: A A. Unique TensorFlower 提交者: TensorFlower Gardener

Update generated Python Op docs.

Change: 125704382
上级 b307333a
......@@ -182,6 +182,13 @@ See also: `is_non_decreasing`
* <b>`TypeError`</b>: if `x` is not a numeric tensor.
- - -
### `tf.contrib.framework.is_tensor(t)` {#is_tensor}
Check if `t` is a tensor: `Tensor`, `SparseTensor`, or `Variable`.
- - -
### `tf.contrib.framework.reduce_sum_n(tensors, name=None)` {#reduce_sum_n}
......
### `tf.contrib.framework.is_tensor(t)` {#is_tensor}
Check if `t` is a tensor: `Tensor`, `SparseTensor`, or `Variable`.
......@@ -624,6 +624,7 @@
* [`is_non_decreasing`](../../api_docs/python/contrib.framework.md#is_non_decreasing)
* [`is_numeric_tensor`](../../api_docs/python/contrib.framework.md#is_numeric_tensor)
* [`is_strictly_increasing`](../../api_docs/python/contrib.framework.md#is_strictly_increasing)
* [`is_tensor`](../../api_docs/python/contrib.framework.md#is_tensor)
* [`local_variable`](../../api_docs/python/contrib.framework.md#local_variable)
* [`model_variable`](../../api_docs/python/contrib.framework.md#model_variable)
* [`reduce_sum_n`](../../api_docs/python/contrib.framework.md#reduce_sum_n)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册