TensorFlow: conv_ops uses gpu_device_context, needs to depend on the lib.

Change: 115607974
This commit is contained in:
Vijay Vasudevan 2016-02-25 14:57:21 -08:00 committed by TensorFlower Gardener
parent f3ead2df04
commit 03fed366e4

View File

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