Expand description
Advanced indexing related tensor manuplications.
Currently, full support of advanced indexing is not available. However, it is still possible to index one axis by list.
Functionsยง
- bool_
select - Returns a new tensor, which indexes the input tensor along dimension
axisusing the boolean entries inmask. - bool_
select_ f - index_
select - Returns a new tensor, which indexes the input tensor along dimension
axisusing the entries inindices. - index_
select_ f - take
- Take elements from an array along an axis.
- take_f