aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/stream_executor/host/host_timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/stream_executor/host/host_timer.h')
-rw-r--r--tensorflow/stream_executor/host/host_timer.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/tensorflow/stream_executor/host/host_timer.h b/tensorflow/stream_executor/host/host_timer.h
index 17af7c0521..5954b8023b 100644
--- a/tensorflow/stream_executor/host/host_timer.h
+++ b/tensorflow/stream_executor/host/host_timer.h
@@ -20,8 +20,7 @@ limitations under the License.
#include "tensorflow/stream_executor/stream_executor_internal.h"
-namespace perftools {
-namespace gputools {
+namespace stream_executor {
namespace host {
class HostTimer : public internal::TimerInterface {
@@ -57,7 +56,6 @@ class HostTimer : public internal::TimerInterface {
};
} // namespace host
-} // namespace gputools
-} // namespace perftools
+} // namespace stream_executor
#endif // TENSORFLOW_STREAM_EXECUTOR_HOST_HOST_TIMER_H_