Fix two ongoing breakages in Jenkins postsubmit
Change: 152138513
This commit is contained in:
parent
e2271157eb
commit
9c4124ce92
@ -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;
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user