Skip to content

Commit c845961

Browse files
authored
CMSIS-NN: Add transpose conv operator (#2304)
BUG=missing updates in CMSIS-NN
1 parent 58d8f84 commit c845961

File tree

5 files changed

+560
-5
lines changed

5 files changed

+560
-5
lines changed

Diff for: tensorflow/lite/micro/kernels/BUILD

+1
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,7 @@ tflm_kernel_cc_library(
324324
"strided_slice.h",
325325
"sub.h",
326326
"svdf.h",
327+
"transpose_conv.h",
327328
] + select({
328329
xtensa_fusion_f1_config(): glob(["xtensa/**/*.h"]),
329330
xtensa_hifi_3_config(): glob(["xtensa/**/*.h"]),

0 commit comments

Comments
 (0)