/
NNDataEntryKey
NNDataEntryKey
typedef enum NNDataEntryKey
{
NN_DATA_ENTRY_IMAGE_WIDTH = 0x01,
NN_DATA_ENTRY_IMAGE_HEIGHT = 0x02,
NN_DATA_ENTRY_VIDEO_WIDTH = 0x03,
NN_DATA_ENTRY_VIDEO_HEIGHT = 0x04,
NN_DATA_ENTRY_VNN_INPUT_WIDTH = 0x11,
NN_DATA_ENTRY_VNN_INPUT_HEIGHT = 0x12,
NN_DATA_ENTRY_VNN_DIFF_R = 0x21,
NN_DATA_ENTRY_VNN_DIFF_WIDTH = 0x22,
NN_DATA_ENTRY_VNN_DIFF_HEIGHT = 0x23,
/* the max official key */
NN_DATA_ENTRY_MAX_OFFICIAL_KEY = 0x8F,
} NNDataEntryKey;
, multiple selections available,
Related content
NNRawDataType
NNRawDataType
More like this
NNImage
NNImage
More like this
NNModelInfoExport
NNModelInfoExport
More like this
NNSize
NNSize
More like this
NNModelPluginDef
NNModelPluginDef
More like this
NNObject
NNObject
More like this