to_flow_msg
函数功能
将dataflow Tensor转换成FlowMsg。
函数原型
to_flow_msg(self, tensor)
参数说明
参数名 |
输入/输出 |
描述 |
---|---|---|
tensor |
输入 |
待转换的dataflow Tensor。 |
返回值
正常返回FlowMsg的实例。失败返回None。
异常处理
无
约束说明
无
父主题: MetaRunContext类
将dataflow Tensor转换成FlowMsg。
to_flow_msg(self, tensor)
参数名 |
输入/输出 |
描述 |
---|---|---|
tensor |
输入 |
待转换的dataflow Tensor。 |
正常返回FlowMsg的实例。失败返回None。
无
无