[Relay][ONNX][Frontend] ScatterND Operation missing

Hi all, I am trying to add ScatterND implementation in relay/frontend/onnx.py. Can you please guide through proper way to implement the same.

1 Like

Hi @SwanandkEN, a recent PR adds support for ScatterND. Check it out here: [TOPI][RELAY][ONNX] Scatter ND by mbrookhart · Pull Request #7927 · apache/tvm · GitHub.