aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/stream_executor/lib/inlined_vector.h
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/stream_executor/lib/inlined_vector.h')
-rw-r--r--tensorflow/stream_executor/lib/inlined_vector.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/tensorflow/stream_executor/lib/inlined_vector.h b/tensorflow/stream_executor/lib/inlined_vector.h
new file mode 100644
index 0000000000..e1f7a29904
--- /dev/null
+++ b/tensorflow/stream_executor/lib/inlined_vector.h
@@ -0,0 +1,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_