GetTensor 函数功能获取FlowMsg中的tensor指针。 函数原型1Tensor *GetTensor() const 参数说明无 返回值返回Tensor类型指针。 异常处理无。 约束说明只有消息类型为TENSOR_DATA_TYPE时,才能获取tensor类型指针,否则返回NULL。 父主题: FlowMsg类