45 #ifndef _TB_NDARRAY_STD_BACKEND_H_ 46 #define _TB_NDARRAY_STD_BACKEND_H_ uint64_t i
Definition: ndarray_std.h:67
Tensor Shape DO NOT MANUALLY MODIFY ANY DATA ON THIS STRUCTURE. I will find you.
Definition: ndarray_std.h:55
uint64_t rank
Definition: ndarray_std.h:56
Tensor data structure.
Definition: ndarray_std.h:73
NDShape * shape
Definition: ndarray_std.h:75
Treats NDShape as a stack to pop elements, does not modify the original shape.
Definition: ndarray_std.h:65
uint64_t raw_len
Definition: ndarray_std.h:58
uint64_t * strides
Definition: ndarray_std.h:59
NDShape * shape
Definition: ndarray_std.h:66
tb_float * data
Definition: ndarray_std.h:74
uint64_t * dims
Definition: ndarray_std.h:57