TensorFlow 安装与环境配置

我在使用tensorflow时总是有这个warning,请问是什么原因:

2020-09-18 14:39:07.885039: I tensorflow/core/platform/cpu_feature_guard.cc:142] This TensorFlow binary is optimized with oneAPI Deep Neural Network Library (oneDNN)to use the following CPU instructions in performance-critical operations: AVX2 FMA
To enable them in other operations, rebuild TensorFlow with the appropriate compiler flags.
(2, 2)
2020-09-18 14:39:07.896766: I tensorflow/compiler/xla/service/service.cc:168] XLA service 0x7fde58a96d90 initialized for platform Host (this does not guarantee that XLA will be used). Devices:
2020-09-18 14:39:07.896780: I tensorflow/compiler/xla/service/service.cc:176] StreamExecutor device (0): Host, Default Version
tensorflow版本是cpu 2.3.0版本