MxTensorPackage

Function Usage

Defines the data information about the MxTensor packet transferred between plugins in the stream. (The MxTensor information is combined by batch.)

Structure Definition

struct MxTensorPackage{
    std::vector<MxMetaHeader> headers;
    std::vector<MxTensor> tensors;
}

Parameter Description

Parameter

Input/Output

Description

headers

Input

Data header information of the MxTensor tensor packet

tensors

Input

MxTensor list information