Fast runtime with onnxruntime#

ONNX operators does not contain operator from numpy. There is no operator for solve but this one is needed to implement the prediction function of model NMF. The converter can be written including a new ONNX operator but then it requires a runtime for it to be tested. Example Fast design with a python runtime shows how to do that with mlprodict. Doing the same with onnxruntime is more ambitious as it requires C++…

to be continued

Total running time of the script: ( 0 minutes 0.000 seconds)

Gallery generated by Sphinx-Gallery