aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/grappler/costs/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/grappler/costs/BUILD')
-rw-r--r--tensorflow/core/grappler/costs/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/core/grappler/costs/BUILD b/tensorflow/core/grappler/costs/BUILD
index b054068299..f3dc2c2091 100644
--- a/tensorflow/core/grappler/costs/BUILD
+++ b/tensorflow/core/grappler/costs/BUILD
@@ -41,6 +41,7 @@ cc_library(
visibility = ["//visibility:public"],
deps = [
":utils",
+ "//tensorflow/core/grappler/utils:functions",
"//tensorflow/core/grappler/utils:topological_sort",
"//tensorflow/core/grappler:graph_view",
"//tensorflow/core/grappler:op_types",