| 123456789101112131415161718 |
- #ifndef INC_IMC_IMC_EXTENSION_H_
- #define INC_IMC_IMC_EXTENSION_H_
- #ifndef imcBENCH_NAME
- #define imcBENCH_NAME vConv2d
- #endif
- #ifndef imcBENCH_INFINITE_LOOP
- #define imcBENCH_INFINITE_LOOP 0
- #endif
- #ifndef imcPRINT_RECOVERY_MESSAGE
- #define imcPRINT_RECOVERY_MESSAGE 0
- #endif
- int __imc_get_loop_pass_count();
- #endif
|