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.

[参考译文] PROCESSOR-SDK-J784S4:TIVX:如何跨多个可执行文件使用相同的 vx_tensor

Guru**** 2390755 points


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

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1500140/processor-sdk-j784s4-tivx-how-to-use-the-same-vx_tensor-across-multiple-executables

部件号:PROCESSOR-SDK-J784S4

工具/软件:

您好、

我想在两个不同的进程中使用相同的 vx_tensor (自行处理同步)。 根据我的理解、所有 VX 对象都分配在同一共享存储器区域中、因此这应该是可能的。 然而,我知道的唯一 vx_tensor 创建 API 是 vxCreatetensor (),它分配了新的内存。

这是否受支持? 这样做的首选方法是什么?

谢谢您、

Fred