oramasearch / onnx-go

onnx-go gives the ability to import a pre-trained neural network within Go without being linked to a framework or library.
https://blog.owulveryck.info/2019/04/03/from-a-project-to-a-product-the-state-of-onnx-go.html
MIT License
704 stars 72 forks source link

added gather operator #213

Open YohayAiTe opened 1 year ago

YohayAiTe commented 1 year ago

Added a gather operator to the gorgonnx backend, which fixes #182 .

rvarnava commented 12 months ago

Cool!