Skip to content

Commit

Permalink
Remove unused channel shuffle operator
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 707437807
  • Loading branch information
alankelly authored and xnnpack-bot committed Dec 18, 2024
1 parent aa5574d commit f012860
Show file tree
Hide file tree
Showing 51 changed files with 0 additions and 3,625 deletions.
5 changes: 0 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,6 @@ SET(OPERATOR_SRCS
src/operators/average-pooling-nhwc.c
src/operators/batch-matrix-multiply-nc.c
src/operators/binary-elementwise-nd.c
src/operators/channel-shuffle-nc.c
src/operators/constant-pad-nd.c
src/operators/convolution-nchw.c
src/operators/convolution-nhwc.c
Expand Down Expand Up @@ -523,7 +522,6 @@ SET(XNNPACK_SRCS
src/configs/xx-fill-config.c
src/configs/xx-pad-config.c
src/configs/x8-lut-config.c
src/configs/zip-config.c
src/init.c
src/params.c
"${PROJECT_BINARY_DIR}/build_identifier.c")
Expand Down Expand Up @@ -1472,12 +1470,10 @@ IF(XNNPACK_BUILD_TESTS)
x32-packw
x32-packx
x32-unpool
x32-zip
x8-lut
x8-packw
qs8-packw
qs8-qc4w-packw
x8-zip
xN-transpose
xx-fill
xx-pad)
Expand Down Expand Up @@ -1875,7 +1871,6 @@ IF(XNNPACK_BUILD_BENCHMARKS)
# ---[ Build operator-level microbenchmarks
SET(LIBRARY_OPERATOR_BENCHMARKS
average-pooling
channel-shuffle
convolution
deconvolution
max-pooling
Expand Down
6 changes: 0 additions & 6 deletions bench/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -608,12 +608,6 @@ xnnpack_benchmark(
],
)

xnnpack_benchmark(
name = "channel_shuffle_bench",
srcs = ["channel-shuffle.cc"],
deps = OPERATOR_BENCHMARK_DEPS,
)

xnnpack_benchmark(
name = "convolution_bench",
srcs = ["convolution.cc"],
Expand Down
340 changes: 0 additions & 340 deletions bench/channel-shuffle.cc

This file was deleted.

Loading

0 comments on commit f012860

Please sign in to comment.