Stream流中插件之间流转的MxTensor包数据信息。(以batch维度组装MxTensor信息。)
struct MxTensorPackage{ std::vector<MxMetaHeader> headers; std::vector<MxTensor> tensors; }
参数名
输入/输出
说明
headers
输入
MxTensor张量包数据的数据头信息。
tensors
MxTensor列表信息。