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

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

namespace perftools {
namespace gputools {
namespace port {

using tensorflow::gtl::ArraySlice;
using tensorflow::gtl::MutableArraySlice;

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

#endif  // TENSORFLOW_STREAM_EXECUTOR_LIB_ARRAY_SLICE_H_