We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 277636c commit 196715bCopy full SHA for 196715b
tensorflow/core/kernels/BUILD
@@ -3820,7 +3820,6 @@ NN_DEPS = [
3820
":conv_2d",
3821
":eigen_contraction_kernel",
3822
":ops_util",
3823
- ":pooling_ops",
3824
"//tensorflow/core:framework",
3825
"//tensorflow/core:lib",
3826
"//tensorflow/core:lib_internal",
tensorflow/core/kernels/fused_batch_norm_op.cc
@@ -18,7 +18,6 @@ limitations under the License.
18
#if GOOGLE_CUDA
19
#define EIGEN_USE_GPU
20
#include "tensorflow/core/kernels/conv_2d.h"
21
-#include "tensorflow/core/kernels/conv_ops_gpu.h"
22
#include "tensorflow/core/util/stream_executor_util.h"
23
#endif
24
0 commit comments