TensorBolt
Data Fields
NDShape Struct Reference

Tensor Shape DO NOT MANUALLY MODIFY ANY DATA ON THIS STRUCTURE. I will find you. More...

#include <ndarray_std.h>

Data Fields

uint64_t rank
 
uint64_t * dims
 
uint64_t raw_len
 
uint64_t * strides
 

Detailed Description

Tensor Shape DO NOT MANUALLY MODIFY ANY DATA ON THIS STRUCTURE. I will find you.

Field Documentation

◆ dims

uint64_t* NDShape::dims

Dimensions

◆ rank

uint64_t NDShape::rank

Total number of dimentions

◆ raw_len

uint64_t NDShape::raw_len

Total number of elements

◆ strides

uint64_t* NDShape::strides

Strides, used for indexing


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