--- lang: ja-jp breaks: true --- # Python TensorFlow `Not creating XLA devices, tf_xla_enable_xla_devices not set` と出力される場合の設定 2021-07-25 以下の設定を追加する。 ```python= import os os.environ['TF_XLA_FLAGS']= '--tf_xla_enable_xla_devices' ``` ###### tags: `Python` `TensorFlow` `警告` `Keras`