Update generated Python Op docs.
Change: 132590526
This commit is contained in:
parent
19e62f64d0
commit
24728ede8c
@ -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`.
|
||||||
|
|
||||||
|
@ -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`.
|
||||||
|
|
||||||
|
|
||||||
- - -
|
- - -
|
||||||
|
Loading…
Reference in New Issue
Block a user