aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/grappler/costs/op_level_cost_estimator.h
diff options
context:
space:
mode:
authorGravatar Benoit Steiner <bsteiner@google.com>2017-05-09 10:24:22 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-05-10 16:41:12 -0700
commit1937df84a17f8f520ab2d45d083d65188afd9c62 (patch)
treef2bf5ab190aefbd737ad704cf21703be7f165fbb /tensorflow/core/grappler/costs/op_level_cost_estimator.h
parent9a83416501c4a03d6b7f72a046d1b4ad0238cd3b (diff)
Propagate the cluster to the grappler optimizers: this will enable the development of smarter optimizers that can take the available hardware into account when optimizing a graph.
PiperOrigin-RevId: 155520653
Diffstat (limited to 'tensorflow/core/grappler/costs/op_level_cost_estimator.h')
-rw-r--r--tensorflow/core/grappler/costs/op_level_cost_estimator.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tensorflow/core/grappler/costs/op_level_cost_estimator.h b/tensorflow/core/grappler/costs/op_level_cost_estimator.h
index 7a594e2a01..78ce69a597 100644
--- a/tensorflow/core/grappler/costs/op_level_cost_estimator.h
+++ b/tensorflow/core/grappler/costs/op_level_cost_estimator.h
@@ -20,7 +20,6 @@ limitations under the License.
#include <map>
#include <string>
-#include "tensorflow/core/graph/types.h"
#include "tensorflow/core/grappler/costs/cost_estimator.h"
#include "tensorflow/core/grappler/costs/op_performance_data.pb.h"
#include "tensorflow/core/util/padding.h"