Structure for tensor data. More...
#include <tensor_data.h>
Public Attributes | |
tensor_type | type |
tensor_element | data |
Structure for tensor data.
Definition at line 23 of file tensor_data.h.
tensor_element tensor_data_s::data |
Definition at line 26 of file tensor_data.h.
tensor_type tensor_data_s::type |
Definition at line 25 of file tensor_data.h.