#ifndef TENSORFLOW_STREAM_EXECUTOR_LIB_NOTIFICATION_H_ #define TENSORFLOW_STREAM_EXECUTOR_LIB_NOTIFICATION_H_ #include "tensorflow/core/lib/core/notification.h" namespace perftools { namespace gputools { namespace port { using tensorflow::Notification; } // namespace port } // namespace gputools } // namespace perftools #endif // TENSORFLOW_STREAM_EXECUTOR_LIB_NOTIFICATION_H_