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.

TIDL:Gather operation

Is there any alterantive for toch.gather() operation or should we custom implement this ??

  • Hi,
         Can you share specific configuration of gather which you are looking for? We do have plans to support Gather operation by 9.0 but wanted to understand specific configuration which you are looking for?


    Regards,

    Anshu

  • Thanks for the response there are two types of gather operations which are listed below 

    Type1 

    Type 2

    Please let me knw i you have any queries 

  • Hi Abhilash,

    We are planning to support GatherND (element and line update) in our 9.0 release. Please let me know if you can use this operator for your work. If you want to gather along any axis (i.e axis != 0), maybe you can use transpose and GatherND together (GatherND gathers elements only across axis 0). We are planning to support both transpose and GatherND in our upcoming 9.0 release.

    Thanks,

    Sai.