Conditional compilation can significantly reduce the size of OpenVINO™ binaries by excluding unnecessary components for inference of particular models. The components are: layers and graph ...
A little sample project about how to set up a project to use preprocessor-macros for conditional compilation with unit tests ...
Abstract: Highly-configurable systems written in C form our most critical computing infrastructure. The preprocessor is integral to C, because conditional compilation enables such systems to produce ...