aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/stream_executor/lib/numbers.h
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/stream_executor/lib/numbers.h')
-rw-r--r--tensorflow/stream_executor/lib/numbers.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/tensorflow/stream_executor/lib/numbers.h b/tensorflow/stream_executor/lib/numbers.h
index 4a8692b746..2f48281d2d 100644
--- a/tensorflow/stream_executor/lib/numbers.h
+++ b/tensorflow/stream_executor/lib/numbers.h
@@ -18,8 +18,7 @@ limitations under the License.
#include "tensorflow/stream_executor/platform/port.h"
-namespace perftools {
-namespace gputools {
+namespace stream_executor {
namespace port {
// Convert strings to floating point values.
@@ -28,7 +27,6 @@ namespace port {
bool safe_strto32(const string& str, int32* value);
} // namespace port
-} // namespace gputools
-} // namespace perftools
+} // namespace stream_executor
#endif // TENSORFLOW_STREAM_EXECUTOR_LIB_NUMBERS_H_