aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/framework/dataset.h
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/framework/dataset.h')
-rw-r--r--tensorflow/core/framework/dataset.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/core/framework/dataset.h b/tensorflow/core/framework/dataset.h
index cfe23d1ffe..beaf0adbc5 100644
--- a/tensorflow/core/framework/dataset.h
+++ b/tensorflow/core/framework/dataset.h
@@ -474,11 +474,11 @@ class GraphDatasetBase : public DatasetBase {
}
// Key for storing the Dataset graph in the serialized format.
- TF_EXPORT static const char kDatasetGraphKey[];
+ static const char kDatasetGraphKey[];
// Key for storing the output node of the Dataset graph in the serialized
// format.
- TF_EXPORT static const char kDatasetGraphOutputNodeKey[];
+ static const char kDatasetGraphOutputNodeKey[];
private:
Status Serialize(OpKernelContext* ctx, string* serialized_graph_def,