aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/framework/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/framework/types.h')
-rw-r--r--tensorflow/core/framework/types.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tensorflow/core/framework/types.h b/tensorflow/core/framework/types.h
index 589730baf1..932d788f23 100644
--- a/tensorflow/core/framework/types.h
+++ b/tensorflow/core/framework/types.h
@@ -68,9 +68,9 @@ class DeviceType {
std::ostream& operator<<(std::ostream& os, const DeviceType& d);
// Convenient constants that can be passed to a DeviceType constructor
-extern const char* const DEVICE_CPU; // "CPU"
-extern const char* const DEVICE_GPU; // "GPU"
-extern const char* const DEVICE_SYCL; // "SYCL"
+TF_EXPORT extern const char* const DEVICE_CPU; // "CPU"
+TF_EXPORT extern const char* const DEVICE_GPU; // "GPU"
+TF_EXPORT extern const char* const DEVICE_SYCL; // "SYCL"
typedef gtl::InlinedVector<MemoryType, 4> MemoryTypeVector;
typedef gtl::ArraySlice<MemoryType> MemoryTypeSlice;