hbDNNTensor

typedef struct { hbUCPSysMem sysMem[4]; hbDNNTensorProperties properties; } hbDNNTensor;

Tensor.

Used to store the input/output information. The tensor of type HB_DNN_IMG_TYPE_NV12_SEPARATE requires two hbUCPSysMem, while the others require one.

  • Member
Member NameDescription
sysMem

Memory to store the tensor.

properties

Tensor information.