Skip to content

Commit 196715b

Browse files
Remove unnecessary dependency on :pooling_ops from NN_DEPS (used by :bias_op
and others.) PiperOrigin-RevId: 228894672
1 parent 277636c commit 196715b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tensorflow/core/kernels/BUILD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3820,7 +3820,6 @@ NN_DEPS = [
38203820
":conv_2d",
38213821
":eigen_contraction_kernel",
38223822
":ops_util",
3823-
":pooling_ops",
38243823
"//tensorflow/core:framework",
38253824
"//tensorflow/core:lib",
38263825
"//tensorflow/core:lib_internal",

tensorflow/core/kernels/fused_batch_norm_op.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ limitations under the License.
1818
#if GOOGLE_CUDA
1919
#define EIGEN_USE_GPU
2020
#include "tensorflow/core/kernels/conv_2d.h"
21-
#include "tensorflow/core/kernels/conv_ops_gpu.h"
2221
#include "tensorflow/core/util/stream_executor_util.h"
2322
#endif
2423

0 commit comments

Comments
 (0)