[XLA] Document the iota_dimension attribute for kIota

PiperOrigin-RevId: 223520378
This commit is contained in:
David Majnemer 2018-11-30 08:37:01 -08:00 committed by TensorFlower Gardener
parent d9833ee204
commit f5291176d4

View File

@ -1466,10 +1466,11 @@ Builds a constant literal on device rather than a potentially large host
transfer. Creates a rank 1 array of values starting at zero and incrementing by transfer. Creates a rank 1 array of values starting at zero and incrementing by
one. one.
Arguments | Type | Semantics Arguments | Type | Semantics
--------- | --------------- | ------------------------------------ ---------------- | --------------- | ------------------------------------
`type` | `PrimitiveType` | type U `type` | `PrimitiveType` | type U
`size` | `int64` | The number of elements in the array. `size` | `int64` | The number of elements in the array.
`iota_dimension` | `int64` | The dimension to increment along.
## Map ## Map