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

#include "tensorflow/core/public/env.h"

namespace perftools {
namespace gputools {
namespace port {

using tensorflow::ThreadOptions;

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

#endif  // TENSORFLOW_STREAM_EXECUTOR_LIB_THREAD_OPTIONS_H_