将dataflow Tensor转换成FlowMsg。
1
to_flow_msg(self, tensor)
参数名
输入/输出
描述
tensor
输入
待转换的dataflow Tensor。
正常返回FlowMsg的实例。失败返回None。
无