Internal data structure for sparse tensor info. More...
#include <tensor_typedef.h>
Public Attributes | |
uint32_t | nnz |
Internal data structure for sparse tensor info.
Definition at line 294 of file tensor_typedef.h.
uint32_t GstSparseTensorInfo::nnz |
the number of "non-zero" elements
Definition at line 296 of file tensor_typedef.h.