You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am urgently seeking to deploy the TFLite models converted using Larq Compute Engine (LCE) on an ARM32 device, specifically a Cortex-M7 CPU, the STM32F7 series MCU.
I have seen some related issues, such as #647, #688.
I have also noticed the "arm32" keyword in the LCE source code, kernels_arm32.h.
Does LCE support deployment on ARM32 Cortex-M7 processors?
Is there some relevant documentation or sample code for me to reference, or are there any other solutions that would allow me to deploy BNN TFLite models on the Cortex-M7?
The text was updated successfully, but these errors were encountered:
You're correct, support for 1-bit layers is not mentioned in the public documentation. However, 2D binary convolutions are supported with optimized implementations for Cortex-M4 and Cortex-M7.
Hi all,
I am urgently seeking to deploy the TFLite models converted using Larq Compute Engine (LCE) on an ARM32 device, specifically a Cortex-M7 CPU, the STM32F7 series MCU.
I have seen some related issues, such as #647, #688.
I have also noticed the "arm32" keyword in the LCE source code, kernels_arm32.h.
Does LCE support deployment on ARM32 Cortex-M7 processors?
Is there some relevant documentation or sample code for me to reference, or are there any other solutions that would allow me to deploy BNN TFLite models on the Cortex-M7?
The text was updated successfully, but these errors were encountered: