aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/framework/types.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/framework/types.cc')
-rw-r--r--tensorflow/core/framework/types.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/core/framework/types.cc b/tensorflow/core/framework/types.cc
index 62d6610d2e..4ddd14bb20 100644
--- a/tensorflow/core/framework/types.cc
+++ b/tensorflow/core/framework/types.cc
@@ -37,6 +37,7 @@ std::ostream& operator<<(std::ostream& os, const DeviceType& d) {
const char* const DEVICE_CPU = "CPU";
const char* const DEVICE_GPU = "GPU";
+const char* const DEVICE_SYCL = "SYCL";
string DataTypeString(DataType dtype) {
if (IsRefType(dtype)) {