diff options
author | Mustafa Ispir <ispir@google.com> | 2017-06-22 17:42:43 -0700 |
---|---|---|
committer | TensorFlower Gardener <gardener@tensorflow.org> | 2017-06-22 17:46:08 -0700 |
commit | 8744f832fe5de8e2e75961e55f8d173348d9f1c9 (patch) | |
tree | 7cc99af17b354fbaa8da2cca77c56ef764d1aa05 | |
parent | e6b08c491063e0aa0485fa5db2c6332af1519b7f (diff) |
Fixed cmake tests.
PiperOrigin-RevId: 159901417
-rwxr-xr-x | tensorflow/contrib/cmake/tf_python.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/contrib/cmake/tf_python.cmake b/tensorflow/contrib/cmake/tf_python.cmake index d17fcf6456..d029099be9 100755 --- a/tensorflow/contrib/cmake/tf_python.cmake +++ b/tensorflow/contrib/cmake/tf_python.cmake @@ -204,6 +204,7 @@ add_python_module("tensorflow/python/debug/examples") add_python_module("tensorflow/python/debug/lib") add_python_module("tensorflow/python/debug/wrappers") add_python_module("tensorflow/python/estimator") +add_python_module("tensorflow/python/estimator/canned") add_python_module("tensorflow/python/estimator/export") add_python_module("tensorflow/python/estimator/inputs") add_python_module("tensorflow/python/estimator/inputs/queues") |