fix compiling error

This commit is contained in:
hongruichen 2025-05-08 10:17:11 +08:00
parent aca70692d3
commit 039f835410
2 changed files with 3 additions and 0 deletions

View File

@ -112,6 +112,7 @@ constexpr const bool kQnnSupportedOps[] = {
false, // GGML_OP_CONV_TRANSPOSE_1D
false, // GGML_OP_IM2COL
false, // GGML_OP_IM2COL_BACK
false, // GGML_OP_CONV_2D_DW
false, // GGML_OP_CONV_TRANSPOSE_2D
false, // GGML_OP_POOL_1D
false, // GGML_OP_POOL_2D

View File

@ -157,6 +157,7 @@ constexpr const qnn_op_caps_t kOpCaps[] = {
{}, // GGML_OP_CONV_TRANSPOSE_1D
{}, // GGML_OP_IM2COL
{}, // GGML_OP_IM2COL_BACK
{}, // GGML_OP_CONV_2D_DW
{}, // GGML_OP_CONV_TRANSPOSE_2D
{}, // GGML_OP_POOL_1D
{}, // GGML_OP_POOL_2D
@ -329,6 +330,7 @@ constexpr const op_constructor_t kOpConstructors[] = {
nullptr, // GGML_OP_CONV_TRANSPOSE_1D
nullptr, // GGML_OP_IM2COL
nullptr, // GGML_OP_IM2COL_BACK
nullptr, // GGML_OP_CONV_2D_DW
nullptr, // GGML_OP_CONV_TRANSPOSE_2D
nullptr, // GGML_OP_POOL_1D
nullptr, // GGML_OP_POOL_2D