tutorials icon indicating copy to clipboard operation
tutorials copied to clipboard

Implementing custom operators in python

Open reuvenperetz opened this issue 4 years ago • 2 comments

Hi, I was wondering if it's somehow possible to implement new custom operators in python (instead of C++)... All tutorials I read explain how it can be done in C++, but I just wanted to make sure it's indeed impossible to write it in any other language (preferably in python)

Thanks!

reuvenperetz avatar May 18 '20 07:05 reuvenperetz

https://github.com/microsoft/onnxruntime/blob/master/docs/PyOp.md Some fix along with refactoring is underway, ETA early July, docs will be updated as well with simplified steps.

RandySheriffH avatar Jun 23 '20 18:06 RandySheriffH

Done - please see if this address your case. https://github.com/microsoft/onnxruntime/blob/master/docs/PyOp.md

RandySheriffH avatar Aug 10 '20 17:08 RandySheriffH