Rerun C++ SDK
|
Datatype: Indexing a specific tensor dimension. More...
#include <rerun/datatypes/tensor_dimension_index_selection.hpp>
Public Attributes | |
uint32_t | dimension |
The dimension number to select. | |
uint64_t | index |
The index along the dimension to use. | |
Datatype: Indexing a specific tensor dimension.
Selecting dimension=2
and index=42
is similar to doing tensor[:, :, 42, :, :, …]
in numpy.