I am currently using Tensorflow's C API for a project. However during the first inference run I get this message:
Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX AVX2 FMA
Is there a way to use the C API with AVX or AVX2 support?