MxTensorPackage

Description

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

Structure Definition

1
2
3
4
struct MxTensorPackage{
    std::vector<MxMetaHeader> headers;
    std::vector<MxTensor> tensors;
}

Parameters

Parameter

Input/Output

Description

headers

Input

Data header information of the MxTensor tensor package.

tensors

Input

MxTensor list information.