aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/platform/default/stream_executor_util.h
diff options
context:
space:
mode:
authorGravatar Josh Levenberg <josh11b@tensorflow.org>2016-01-06 12:54:38 -0800
committerGravatar Vijay Vasudevan <vrv@google.com>2016-01-06 12:54:38 -0800
commit911cec6b808e841fee7c742c85bac8c4b4a3113e (patch)
tree58987449b3c7e8fafcbfbaea6fdd70a416793c6c /tensorflow/core/platform/default/stream_executor_util.h
parent69e9ff4b8f97b870e613d97bffa117598007be1a (diff)
Change: 111526818
Diffstat (limited to 'tensorflow/core/platform/default/stream_executor_util.h')
-rw-r--r--tensorflow/core/platform/default/stream_executor_util.h28
1 files changed, 15 insertions, 13 deletions
diff --git a/tensorflow/core/platform/default/stream_executor_util.h b/tensorflow/core/platform/default/stream_executor_util.h
index 4c35975073..39c5b4d636 100644
--- a/tensorflow/core/platform/default/stream_executor_util.h
+++ b/tensorflow/core/platform/default/stream_executor_util.h
@@ -1,24 +1,26 @@
-/* Copyright 2015 Google Inc. All Rights Reserved.
+q /* Copyright 2015 Google Inc. All Rights Reserved.
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-==============================================================================*/
+ http://www.apache.org/licenses/LICENSE-2.0
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ ==============================================================================*/
#ifndef TENSORFLOW_PLATFORM_DEFAULT_STREAM_EXECUTOR_UTIL_H_
#define TENSORFLOW_PLATFORM_DEFAULT_STREAM_EXECUTOR_UTIL_H_
+// IWYU pragma: private, include "third_party/tensorflow/core/platform/stream_executor_util.h"
+// IWYU pragma: friend third_party/tensorflow/core/platform/stream_executor_util.h
+
#include "tensorflow/stream_executor/lib/status.h"
-namespace tensorflow {
+ namespace tensorflow {
namespace gpu = ::perftools::gputools;