File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,7 @@ constexpr const bool kQnnSupportedOps[] = {
120120 false , // GGML_OP_CONV_TRANSPOSE_1D
121121 false , // GGML_OP_IM2COL
122122 false , // GGML_OP_IM2COL_BACK
123+ false , // GGML_OP_IM2COL_3D
123124 false , // GGML_OP_CONV_2D
124125 false , // GGML_OP_CONV_3D
125126 false , // GGML_OP_CONV_2D_DW
Original file line number Diff line number Diff line change @@ -175,6 +175,7 @@ constexpr const qnn_op_caps_t kOpCaps[] = {
175175 {}, // GGML_OP_CONV_TRANSPOSE_1D
176176 {}, // GGML_OP_IM2COL
177177 {}, // GGML_OP_IM2COL_BACK
178+ {}, // GGML_OP_IM2COL_3D
178179 {}, // GGML_OP_CONV_2D
179180 {}, // GGML_OP_CONV_3D
180181 {}, // GGML_OP_CONV_2D_DW
@@ -356,6 +357,7 @@ constexpr const op_constructor_t kOpConstructors[] = {
356357 nullptr , // GGML_OP_CONV_TRANSPOSE_1D
357358 nullptr , // GGML_OP_IM2COL
358359 nullptr , // GGML_OP_IM2COL_BACK
360+ nullptr , // GGML_OP_IM2COL_3D
359361 nullptr , // GGML_OP_CONV_2D
360362 nullptr , // GGML_OP_CONV_3D
361363 nullptr , // GGML_OP_CONV_2D_DW
You can’t perform that action at this time.
0 commit comments