Update generated Python Op docs.

Change: 132590526
This commit is contained in:
A. Unique TensorFlower 2016-09-08 12:05:17 -08:00 committed by TensorFlower Gardener
parent 19e62f64d0
commit 24728ede8c
2 changed files with 4 additions and 4 deletions

View File

@ -77,6 +77,6 @@ Some useful partitioners are available. See, e.g.,
* <b>`ValueError`</b>: when creating a new variable and shape is not declared, * <b>`ValueError`</b>: when creating a new variable and shape is not declared,
or when violating reuse during variable creation. Reuse is set inside when violating reuse during variable creation, or when `initializer` dtype
`variable_scope`. and `dtype` don't match. Reuse is set inside `variable_scope`.

View File

@ -1173,8 +1173,8 @@ Some useful partitioners are available. See, e.g.,
* <b>`ValueError`</b>: when creating a new variable and shape is not declared, * <b>`ValueError`</b>: when creating a new variable and shape is not declared,
or when violating reuse during variable creation. Reuse is set inside when violating reuse during variable creation, or when `initializer` dtype
`variable_scope`. and `dtype` don't match. Reuse is set inside `variable_scope`.
- - - - - -