aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/common_runtime/gpu/gpu_util.h
diff options
context:
space:
mode:
authorGravatar Josh Levenberg <josh11b@tensorflow.org>2016-01-26 11:42:38 -0800
committerGravatar Vijay Vasudevan <vrv@google.com>2016-01-26 12:55:24 -0800
commitf8fa35b8a1910772d6d6ba7b621f905358640c2c (patch)
treea27359b9eaa34d06405d196acac778934cd0457f /tensorflow/core/common_runtime/gpu/gpu_util.h
parent6e5a7d9af85d67ec1dd499b472472b68a56d51a2 (diff)
Global search & replace to move to the new location for
tensorflow/core/ files and build targets. Change: 113080048
Diffstat (limited to 'tensorflow/core/common_runtime/gpu/gpu_util.h')
-rw-r--r--tensorflow/core/common_runtime/gpu/gpu_util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/core/common_runtime/gpu/gpu_util.h b/tensorflow/core/common_runtime/gpu/gpu_util.h
index b60a4f8018..21ff5f6568 100644
--- a/tensorflow/core/common_runtime/gpu/gpu_util.h
+++ b/tensorflow/core/common_runtime/gpu/gpu_util.h
@@ -18,9 +18,9 @@ limitations under the License.
#include "tensorflow/core/common_runtime/device.h"
#include "tensorflow/core/common_runtime/dma_helper.h"
+#include "tensorflow/core/framework/tensor.h"
+#include "tensorflow/core/lib/core/status.h"
#include "tensorflow/core/platform/stream_executor.h"
-#include "tensorflow/core/public/status.h"
-#include "tensorflow/core/public/tensor.h"
namespace tensorflow {