Tool/software:
Hi TI,
I am testing a custom application with PSDK 9.2, which worked fine in PSDK 9.0.
The application uses a TIDL node that handles 32 objects (6 for config, 1 for input tensor, and 25 for output tensors).
However, when I use pipeline mode,I encounter an issue where the next node receives an unexpected object descriptor during processing.
I found that objects beyond the 16th are treated as bidirectional due to the "TIVX_OBJ_DESC_BIDIR_FLAG (0x10000)"
and bidirectional objects do not seem to work in pipeline mode with NodeParameterNumBuf > 1.
Could you please check this issue?
Thank you.