|
Cpp-Processing
|
Structure to hold dimensions information. This structure contains the name, number of dimensions, dimension sizes, and whether it is an input dimension. More...
#include <Dims.h>
Public Member Functions | |
| void | print () |
| size_t | totalSize () const |
Public Attributes | |
| std::string | name |
| int | nbDims = 0 |
| std::vector< int > | dims |
| bool | input = false |
Structure to hold dimensions information. This structure contains the name, number of dimensions, dimension sizes, and whether it is an input dimension.
The dimensions are used to fine tune the inference engines
| size_t Dims::totalSize | ( | ) | const |
References dims, and totalSize().
| std::vector<int> celantur::Dims::dims |
| bool celantur::Dims::input = false |
| std::string celantur::Dims::name |
| int celantur::Dims::nbDims = 0 |