Added const to Node* in various parts of the code base.
authorMingsheng Hong <hongm@google.com>
Mon, 26 Feb 2018 19:13:09 +0000 (11:13 -0800)
committerGunhan Gulsoy <gunan@google.com>
Tue, 27 Feb 2018 22:33:33 +0000 (14:33 -0800)
commit4fac98fbc731f742e0121fde561fcf6ed1203423
tree553edb5d55c73c7fe328b69a5f169c8a433e1abc
parent5a9343b2ac7011593fb2ad2e7c82119181e608ec
Added const to Node* in various parts of the code base.

PiperOrigin-RevId: 187050526
13 files changed:
tensorflow/compiler/tf2xla/const_analysis.cc
tensorflow/compiler/tf2xla/graph_compiler.cc
tensorflow/core/common_runtime/shape_refiner.cc
tensorflow/core/distributed_runtime/scheduler.cc
tensorflow/core/distributed_runtime/scheduler.h
tensorflow/core/graph/costmodel.cc
tensorflow/core/graph/graph.cc
tensorflow/core/graph/graph.h
tensorflow/core/graph/graph_constructor.cc
tensorflow/core/graph/graph_partition.cc
tensorflow/core/graph/node_builder.cc
tensorflow/core/graph/node_builder.h
tensorflow/core/graph/optimizer_cse.cc