R2Inference

From RidgeRun Developer Wiki
Revision as of 10:42, 18 September 2019 by Spalli (talk | contribs)



R2Inference

A framework-independent inference library.

R2Inference is an open source project by RidgeRun that serves as an abstraction layer in C/C++ for a variety of machine learning frameworks. As such, a single C/C++ application may work with a Caffe or TensorFlow model, for example. This is specially useful for hybrid solutions, where multiple models need to be inferred. R2Inference may be able to execute one model on the DLA and another on the CPU, for instance.

Get started with R2Inference by clicking the button below!

For more advanced and custom support, please contact Ridgerun support at support@ridgerun.com.




Index Next: Introduction