标签: c tensorflow deep-learning
我目前正在为项目使用Tensorflow的C API。但是,在第一次推理过程中,我收到以下消息:
Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX AVX2 FMA
是否可以使用具有AVX或AVX2支持的C API?
答案 0 :(得分:0)
前一段时间发现它:
https://github.com/tensorflow/tensorflow/blob/master/tensorflow/tools/lib_package/README.md 在C库中。