aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/stream_executor/lib/demangle.h
blob: 0420f7101f25dc5b2e03c2e3d8f906e1d4bf61ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef TENSORFLOW_STREAM_EXECUTOR_LIB_DEMANGLE_H_
#define TENSORFLOW_STREAM_EXECUTOR_LIB_DEMANGLE_H_

#include "tensorflow/stream_executor/platform/port.h"

namespace perftools {
namespace gputools {
namespace port {

string Demangle(const char* mangled);

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

#endif  // TENSORFLOW_STREAM_EXECUTOR_LIB_DEMANGLE_H_