Doxygen Book
GstTensorInfo Struct Reference

Internal data structure for tensor info. More...

#include <tensor_typedef.h>

Public Attributes

char * name
 
tensor_type type
 
tensor_dim dimension
 

Detailed Description

Internal data structure for tensor info.

Definition at line 261 of file tensor_typedef.h.

Member Data Documentation

◆ dimension

tensor_dim GstTensorInfo::dimension

Dimension. We support up to 16th ranks.

Definition at line 267 of file tensor_typedef.h.

◆ name

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.

◆ type

tensor_type GstTensorInfo::type

Type of each element in the tensor. User must designate this.

Definition at line 266 of file tensor_typedef.h.


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