diff options
-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") |