aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/stream_executor/stream_executor_internal.h
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-06-05 07:16:03 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-06-05 07:19:21 -0700
commit48a4853ebeabfa32b360e8505caf4ec31a45cdb3 (patch)
tree3abc325fda2085583555be4cb2a393da25f3ff71 /tensorflow/stream_executor/stream_executor_internal.h
parent7ffc3573255ecdc27b63c6d7dfefa8345225593d (diff)
Miscellaneous cleanups
PiperOrigin-RevId: 158012131
Diffstat (limited to 'tensorflow/stream_executor/stream_executor_internal.h')
-rw-r--r--tensorflow/stream_executor/stream_executor_internal.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/tensorflow/stream_executor/stream_executor_internal.h b/tensorflow/stream_executor/stream_executor_internal.h
index 9d3ac4ed9e..802ef755eb 100644
--- a/tensorflow/stream_executor/stream_executor_internal.h
+++ b/tensorflow/stream_executor/stream_executor_internal.h
@@ -48,27 +48,9 @@ limitations under the License.
namespace perftools {
namespace gputools {
-class KernelBase;
class Stream;
class Timer;
-namespace blas {
-class BlasSupport;
-} // namespace blas
-
-namespace fft {
-class Support;
-} // namespace fft
-
-namespace rng {
-class RngSupport;
-} // namespace rng
-
-} // namespace gputools
-} // namespace perftools
-
-namespace perftools {
-namespace gputools {
namespace internal {
// Platform-dependent interface class for the generic Events interface, in