Fix two ongoing breakages in Jenkins postsubmit

Change: 152138513
This commit is contained in:
Shanqing Cai 2017-04-04 08:09:24 -08:00 committed by TensorFlower Gardener
parent e2271157eb
commit 9c4124ce92
2 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,8 @@
using tensorflow::Flag;
using tensorflow::Flags;
using tensorflow::int32;
using tensorflow::string;
int main(int argc, char* argv[]) {
int32 dense_feature_size = 100;

View File

@ -35,6 +35,7 @@ tf_custom_op_py_library(
],
srcs_version = "PY2AND3",
deps = [
":factorization_ops_test_utils_py",
":gen_clustering_ops",
":gen_factorization_ops",
"//tensorflow/contrib/framework:framework_py",