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

#include "tensorflow/core/lib/gtl/inlined_vector.h"

namespace perftools {
namespace gputools {
namespace port {

using tensorflow::gtl::InlinedVector;

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

#endif  // TENSORFLOW_STREAM_EXECUTOR_LIB_INLINED_VECTOR_H_