Skip to content

Commit

Permalink
Docs update 1.0.2363
Browse files Browse the repository at this point in the history
  • Loading branch information
cesaref committed Mar 5, 2024
1 parent 27f25a2 commit 0392e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Tools/Inference/main.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ nav_order: 2

Cmajor makes a great platform for high-performance execution (inference) of real-time machine learning tasks. ML inference involves a lot of matrix operators, and the Cmajor JIT engine can do a great job of vectorising that kind of code. In most cases it equals or outperforms equivalent C++ code by taking advantage of processor-specific SIMD extensions where available, and is real-time safe by design.

Two commonly used ML engines for audio tasks are [ONNX](https://onnx.ai/) and [RTNeural](https://github.com/jatinchowdhury18/RTNeural), and we provide tools to convert these models directly into pure Cmajor code.
Two commonly used ML model formats for audio tasks are [ONNX](https://onnx.ai/) and [RTNeural](https://github.com/jatinchowdhury18/RTNeural), and we provide tools to convert these models directly into pure Cmajor code.

Other ML frameworks such as Pytorch or Tensorflow provide conversion tools to/from ONNX, so ONNX can be used as an intermediate format when converting other models to Cmajor.

Expand Down

0 comments on commit 0392e1c

Please sign in to comment.