aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/stream_executor/lib/strcat.h
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/stream_executor/lib/strcat.h')
-rw-r--r--tensorflow/stream_executor/lib/strcat.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/tensorflow/stream_executor/lib/strcat.h b/tensorflow/stream_executor/lib/strcat.h
new file mode 100644
index 0000000000..b3fe4da327
--- /dev/null
+++ b/tensorflow/stream_executor/lib/strcat.h
@@ -0,0 +1,17 @@
+#ifndef TENSORFLOW_STREAM_EXECUTOR_LIB_STRCAT_H_
+#define TENSORFLOW_STREAM_EXECUTOR_LIB_STRCAT_H_
+
+#include "tensorflow/core/lib/strings/strcat.h"
+
+namespace perftools {
+namespace gputools {
+namespace port {
+
+using tensorflow::strings::StrCat;
+using tensorflow::strings::StrAppend;
+
+} // namespace port
+} // namespace gputools
+} // namespace perftools
+
+#endif // TENSORFLOW_STREAM_EXECUTOR_LIB_STRCAT_H_