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.

TDA4VM: TIOVX Node to Find the Minimum Between Tensor Channels

Part Number: TDA4VM

Hello, 

I am looking for a way to find the minimum between channels in a tensor using TIOVX. In my example I have a tensor with two channels and I want to compare each index in both channels and find the min. An example of this is torch.min(). Is there a TIOVX node that does this?