Avoid accessing platform/default directly.
authorA. Unique TensorFlower <gardener@tensorflow.org>
Thu, 17 May 2018 16:11:16 +0000 (09:11 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Thu, 17 May 2018 16:14:17 +0000 (09:14 -0700)
PiperOrigin-RevId: 197001347

tensorflow/compiler/xla/python/local_computation_builder.cc

index df262c9..cb4dc17 100644 (file)
@@ -17,7 +17,7 @@ limitations under the License.
 #include "tensorflow/compiler/xla/executable_run_options.h"
 #include "tensorflow/compiler/xla/ptr_util.h"
 #include "tensorflow/compiler/xla/util.h"
-#include "tensorflow/core/platform/default/thread_annotations.h"
+#include "tensorflow/core/platform/thread_annotations.h"
 
 namespace xla {