aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/graph/graph.cc
diff options
context:
space:
mode:
authorGravatar Rachel Lim <rachelim@google.com>2018-10-09 14:36:33 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-10-09 14:46:11 -0700
commit950cf87104bfee28e2165fe368f66337b8a1336d (patch)
tree59ace2e229776b79897c54b4be0705231d5ac9f2 /tensorflow/core/graph/graph.cc
parent35caff957424a60bd7d7e4e92a1ec87f617781c6 (diff)
[tf.data vectorization] Add vectorizer for `Add` op
PiperOrigin-RevId: 216424512
Diffstat (limited to 'tensorflow/core/graph/graph.cc')
-rw-r--r--tensorflow/core/graph/graph.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/core/graph/graph.cc b/tensorflow/core/graph/graph.cc
index 6f068546d2..a17491d4f7 100644
--- a/tensorflow/core/graph/graph.cc
+++ b/tensorflow/core/graph/graph.cc
@@ -34,7 +34,7 @@ namespace tensorflow {
const int Graph::kControlSlot = -1;
-class NodeProperties {
+struct NodeProperties {
public:
NodeProperties(const OpDef* op_def, const NodeDef& node_def,
const DataTypeSlice inputs, const DataTypeSlice outputs)