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

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', ….
 

Detailed Description

Datatype: A single dimension within a multi-dimensional tensor.


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