hbDNNDescType

typedef enum { HB_DNN_DESC_TYPE_UNKNOWN = 0, HB_DNN_DESC_TYPE_STRING } hbDNNDescType;

Description information type, model or each input/output of the model can have description information to facilitate user use.

  • Member
Member NameDescription
HB_DNN_DESC_TYPE_UNKNOWNWithout description information.
HB_DNN_DESC_TYPE_STRINGDescription information of string type.