Update generated Python Op docs.

Change: 123249409
This commit is contained in:
A. Unique TensorFlower 2016-05-25 12:50:40 -08:00 committed by TensorFlower Gardener
parent 606fbb46eb
commit fd5ebfa768
2 changed files with 2 additions and 2 deletions
tensorflow/g3doc/api_docs/python
functions_and_classes
io_ops.md

View File

@ -74,7 +74,7 @@ example_names: ["input0", "input1"],
features: {
"kw": VarLenFeature(tf.string),
"dank": VarLenFeature(tf.int64),
"gps": VarLenFeature(tf.float),
"gps": VarLenFeature(tf.float32),
}
```

View File

@ -1289,7 +1289,7 @@ example_names: ["input0", "input1"],
features: {
"kw": VarLenFeature(tf.string),
"dank": VarLenFeature(tf.int64),
"gps": VarLenFeature(tf.float),
"gps": VarLenFeature(tf.float32),
}
```