Skip to content

Commit

Permalink
Reintroduce accidentally dropped ops.
Browse files Browse the repository at this point in the history
Change: 151499575
  • Loading branch information
kirilg authored and tensorflower-gardener committed Mar 28, 2017
1 parent 9b7b22d commit b515fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/contrib/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ cc_library(
"//tensorflow/contrib/input_pipeline:input_pipeline_ops_kernels",
"//tensorflow/contrib/layers:bucketization_op_kernel",
"//tensorflow/contrib/layers:sparse_feature_cross_op_kernel",
"//tensorflow/contrib/tensor_forest:tensor_forest_kernels",
"//tensorflow/contrib/tensor_forest:all_ops",
],
)

Expand Down

0 comments on commit b515fa6

Please sign in to comment.