aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/platform/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/platform/types.h')
-rw-r--r--tensorflow/core/platform/types.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/tensorflow/core/platform/types.h b/tensorflow/core/platform/types.h
index f2471712cc..68897ac423 100644
--- a/tensorflow/core/platform/types.h
+++ b/tensorflow/core/platform/types.h
@@ -63,9 +63,7 @@ typedef uint64 Fprint;
// Alias namespace ::stream_executor as ::tensorflow::se.
namespace stream_executor {}
namespace tensorflow {
-// TODO(b/77980417): Uncomment this once all namespace aliases named 'se' are
-// removed in ::xla.
-// namespace se = ::stream_executor;
+namespace se = ::stream_executor;
} // namespace tensorflow
#endif // TENSORFLOW_PLATFORM_TYPES_H_