Internal data structure for tensor info. More...
#include <tensor_typedef.h>
Public Attributes | |
char * | name |
tensor_type | type |
tensor_dim | dimension |
Internal data structure for tensor info.
Definition at line 261 of file tensor_typedef.h.
tensor_dim GstTensorInfo::dimension |
Dimension. We support up to 16th ranks.
Definition at line 267 of file tensor_typedef.h.
char* GstTensorInfo::name |
Name of each element in the tensor. User must designate this in a few NNFW frameworks (tensorflow) and some (tensorflow-lite) do not need this.
Definition at line 263 of file tensor_typedef.h.
tensor_type GstTensorInfo::type |
Type of each element in the tensor. User must designate this.
Definition at line 266 of file tensor_typedef.h.