aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/stream_executor/lib/stringprintf.h
blob: 379e7e9a8365c5f7de26b14433e8ffb6df47eca6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef TENSORFLOW_STREAM_EXECUTOR_LIB_STRINGPRINTF_H_
#define TENSORFLOW_STREAM_EXECUTOR_LIB_STRINGPRINTF_H_

#include "tensorflow/core/lib/strings/stringprintf.h"

namespace perftools {
namespace gputools {
namespace port {

using tensorflow::strings::Printf;
using tensorflow::strings::Appendf;
using tensorflow::strings::Appendv;

}  // namespace port
}  // namespace gputools
}  // namespace perftools

#endif  // TENSORFLOW_STREAM_EXECUTOR_LIB_STRINGPRINTF_H_