Fixed documentation after constant_initializer.

Change: 136073454
This commit is contained in:
A. Unique TensorFlower 2016-10-13 11:42:56 -08:00 committed by TensorFlower Gardener
parent 2c34669f89
commit 8e63535abb
3 changed files with 3 additions and 3 deletions
tensorflow/g3doc/api_docs/python
functions_and_classes/shard1
state_ops.md

View File

@ -72,5 +72,5 @@ tensor shape, the initializer will raise a `ValueError`.
* <b>`ValueError`</b>: Too many elements provided. Needed at most 6, but received 8
```
```

View File

@ -2433,7 +2433,7 @@ tensor shape, the initializer will raise a `ValueError`.
* <b>`ValueError`</b>: Too many elements provided. Needed at most 6, but received 8
```
```
- - -