check if tensorflow gpu is installed

C++
import tensorflow as tf
print(tf.test.gpu_device_name())tf.config.list_physical_devices('GPU')
Source

Also in C++: