Rerun C++ SDK
Loading...
Searching...
No Matches
rerun::datatypes::TensorDimensionIndexSelection Struct Reference

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.
 

Detailed Description

Datatype: Indexing a specific tensor dimension.

Selecting dimension=2 and index=42 is similar to doing tensor[:, :, 42, :, :, …] in numpy.


The documentation for this struct was generated from the following file: