搜索
typedef struct { hbUCPSysMem sysMem[4]; hbDNNTensorProperties properties; } hbDNNTensor;
张量。
用于存放输入输出的信息。其中 HB_DNN_IMG_TYPE_NV12_SEPARATE 类型的张量需要用2个 hbUCPSysMem,其余都为1个。
HB_DNN_IMG_TYPE_NV12_SEPARATE
hbUCPSysMem
sysMem
存放张量的内存。
properties
张量的信息。