>>213
CUDAは入れました。

from tensorflow.python.client import device_lib
device_lib.list_local_devices()

実行結果
[name: "/device:CPU:0"
device_type: "CPU"
memory_limit: 268435456
locality {
}
incarnation: 3612622967911970246,
name: "/device:XLA_CPU:0"
device_type: "XLA_CPU"
memory_limit: 17179869184
locality {
}
incarnation: 17004707831598611959
physical_device_desc: "device: XLA_CPU device"]

XLA_CPUというやつが増えたんですけどこれはGPUじゃないですよね?