Skip to main content
RKopp.12
Associate II
February 5, 2019
Solved

Does Cubemx-AI runtime uses Double precision or Single precision FPU on Cortex-M7 ?

  • February 5, 2019
  • 2 replies
  • 3818 views

..

This topic has been closed for replies.
Best answer by Gln

Hi @RKopp.12​ ,

Currently, the network runtime library only supports 32-bit single precision floating points.

More details can be found in the X-CUBE-AI User Manual UM2526:

https://www.st.com/resource/en/user_manual/dm00570145.pdf

Guillaume

2 replies

Gln
GlnBest answer
ST Employee
February 7, 2019

Hi @RKopp.12​ ,

Currently, the network runtime library only supports 32-bit single precision floating points.

More details can be found in the X-CUBE-AI User Manual UM2526:

https://www.st.com/resource/en/user_manual/dm00570145.pdf

Guillaume

RKopp.12
RKopp.12Author
Associate II
February 7, 2019

Thank you.