Update generated Python Op docs.
Change: 123249409
This commit is contained in:
parent
606fbb46eb
commit
fd5ebfa768
tensorflow/g3doc/api_docs/python
@ -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),
|
||||
}
|
||||
```
|
||||
|
||||
|
@ -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),
|
||||
}
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user