aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/stream_executor/event.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/stream_executor/event.cc')
-rw-r--r--tensorflow/stream_executor/event.cc6
1 files changed, 2 insertions, 4 deletions
diff --git a/tensorflow/stream_executor/event.cc b/tensorflow/stream_executor/event.cc
index c423a453e9..50a6edd80b 100644
--- a/tensorflow/stream_executor/event.cc
+++ b/tensorflow/stream_executor/event.cc
@@ -19,8 +19,7 @@ limitations under the License.
#include "tensorflow/stream_executor/stream_executor_pimpl.h"
#include "tensorflow/stream_executor/stream.h"
-namespace perftools {
-namespace gputools {
+namespace stream_executor {
Event::Event(StreamExecutor* stream_exec)
: stream_exec_(stream_exec),
@@ -48,5 +47,4 @@ Event::Status Event::PollForStatus() {
return stream_exec_->PollForEventStatus(this);
}
-} // namespace gputools
-} // namespace perftools
+} // namespace stream_executor