The mace-cl-compiled-program.bin file is a binary file that contains the compiled and optimized ML model code. The file structure is specific to the MACE framework and is designed to be executed directly on the Android device's hardware accelerators.
The framework checks the file system for this file. If found, it skips compilation entirely, loading the pre-built binaries directly to the GPU and reducing startup times to milliseconds. Architecture and Mechanics of the Binary Cache mace-cl-compiled-program.bin
In a typical MACE workflow, you might see this file located in a temporary or deployment directory (e.g., /data/local/tmp/mace_run/ ) on an Android device after running optimization tools. Are you trying to this file for a specific model, or are you encountering an while loading it? The mace-cl-compiled-program