aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tensorflow/stream_executor/stream.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/stream_executor/stream.cc b/tensorflow/stream_executor/stream.cc
index 4a98cfe164..0cd0790a72 100644
--- a/tensorflow/stream_executor/stream.cc
+++ b/tensorflow/stream_executor/stream.cc
@@ -192,6 +192,7 @@ string ToVlogString(dnn::DataType data_type) {
case dnn::DataType::kInt8:
return "dnn::DataType::kInt8";
}
+ return "unknown DataType";
}
// Used together with PARAM to VLOG calls made to the stream. Intended