aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/stream_executor/lib/strcat.h
blob: b3fe4da327747552f59236c7497694484fc932ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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_