TensorFlow: fix GPU breakage (again)

Change: 115631502
This commit is contained in:
Vijay Vasudevan 2016-02-25 19:18:57 -08:00 committed by TensorFlower Gardener
parent 045e086764
commit d27da251bc

View File

@ -702,6 +702,7 @@ tf_kernel_library(
prefix = "depthwise_conv_op",
deps = [
":ops_util",
"//tensorflow/core:core_cpu",
"//tensorflow/core:framework",
"//tensorflow/core:lib",
"//tensorflow/core:nn_ops_op_lib",