candle icon indicating copy to clipboard operation
candle copied to clipboard

ONNX: unsupported GatherElements ops

Open hdtrinh opened this issue 1 year ago • 0 comments

Currently GatherElements operator is not supported in candle-onnx. This would be convenient since a number of converted models using HummingBird ML use this operator (including Tree Classifiers).

GatherElements slightly differs from Gather which is already supported. GatherElements is already supported by burn. Defined here: https://onnx.ai/onnx/operators/onnx__GatherElements.html

hdtrinh avatar Sep 10 '24 14:09 hdtrinh