aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/stream_executor/platform/mutex.h
blob: 21b18947372043c86525912064ee738db166fa0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef TENSORFLOW_STREAM_EXECUTOR_PLATFORM_MUTEX_H_
#define TENSORFLOW_STREAM_EXECUTOR_PLATFORM_MUTEX_H_

#include "tensorflow/core/platform/port.h"

#if defined(PLATFORM_GOOGLE)
#include "tensorflow/stream_executor/platform/google/mutex.h"
#else
#include "tensorflow/stream_executor/platform/default/mutex.h"
#endif

#endif  // TENSORFLOW_STREAM_EXECUTOR_PLATFORM_MUTEX_H_