CMSIS-NN  
CMSIS NN Software Library
 
Loading...
Searching...
No Matches
arm_nn_config.h File Reference

Macros

#define ARM_NN_FLOAT_API_ENABLED   (ARM_NN_ENABLE_F32 || ARM_NN_ENABLE_F16)
 Optional feature gates for floating-point extensions.
 

Macro Definition Documentation

◆ ARM_NN_FLOAT_API_ENABLED

#define ARM_NN_FLOAT_API_ENABLED   (ARM_NN_ENABLE_F32 || ARM_NN_ENABLE_F16)

Optional feature gates for floating-point extensions.

These are disabled by default so integer-only builds keep their current code size and API surface. The float16 feature gate still depends on toolchain and target support such as ARM_FLOAT16_SUPPORTED where applicable.