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

#include "tensorflow/core/lib/core/error_codes.pb.h"

namespace perftools {
namespace gputools {
namespace port {

namespace error = tensorflow::error;

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

#endif  // TENSORFLOW_STREAM_EXECUTOR_LIB_ERROR_H_