[XLA] Document the iota_dimension attribute for kIota
PiperOrigin-RevId: 223520378
This commit is contained in:
parent
d9833ee204
commit
f5291176d4
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user