Rerun C++ SDK
|
Datatype: A single dimension within a multi-dimensional tensor. More...
#include <rerun/datatypes/tensor_dimension.hpp>
Public Member Functions | |
TensorDimension (size_t size_) | |
Nameless dimension. | |
TensorDimension (size_t size_, std::string name_) | |
Dimension with name. | |
Public Attributes | |
uint64_t | size |
The length of this dimension. | |
std::optional< std::string > | name |
The name of this dimension, e.g. "width", "height", "channel", "batch', …. | |
Datatype: A single dimension within a multi-dimensional tensor.