aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/stream_executor/blas.cc
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-07-18 19:36:18 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-07-18 19:40:33 -0700
commit491beb74cc5a08693d0b884d10532514ac1aef19 (patch)
tree6ef4b12d84de7c922816ee46c873b58a9fc5e203 /tensorflow/stream_executor/blas.cc
parent9293c557bd2df05658727418067ccee7a77a4be3 (diff)
Automated g4 rollback of changelist 162423171
PiperOrigin-RevId: 162437318
Diffstat (limited to 'tensorflow/stream_executor/blas.cc')
-rw-r--r--tensorflow/stream_executor/blas.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/tensorflow/stream_executor/blas.cc b/tensorflow/stream_executor/blas.cc
index da09d84921..a59a1dda71 100644
--- a/tensorflow/stream_executor/blas.cc
+++ b/tensorflow/stream_executor/blas.cc
@@ -67,10 +67,6 @@ string SideString(Side s) {
}
}
-// -- AlgorithmConfig
-
-string AlgorithmConfig::ToString() const { return port::StrCat(algorithm_); }
-
string ComputationTypeString(ComputationType ty) {
switch (ty) {
case ComputationType::kF16: