This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] TDA4VEN-Q1:如何复制 vx_tensor 变量

Guru**** 2933630 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1654738/tda4ven-q1-how-to-copy-the-vx_tensor-variable

器件型号: TDA4VEN-Q1

vx_tensor tensor-A= (vx_tensor) vxGetObjectArrayItem (arr_A、0)
vx_tensor tensor-b=(vx_tensor) vxGetObjectArrayItem (arr_b、0)
我有两个张量 变量、张量 a 和张量 b 我需要将 tensor-A 的数据复制到 tensor-b 或者,tensor-b 可以使用 tensor-a 中的数据。你可以帮助提供一个接口。