We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 865af99 commit 536983bCopy full SHA for 536983b
ggml.c
@@ -2226,7 +2226,7 @@ static const char * GGML_OP_NAME[GGML_OP_COUNT] = {
2226
"CROSS_ENTROPY_LOSS_BACK",
2227
};
2228
2229
-static_assert(GGML_OP_COUNT == 76, "GGML_OP_COUNT != 77");
+static_assert(GGML_OP_COUNT == 76, "GGML_OP_COUNT != 76");
2230
2231
static const char * GGML_OP_SYMBOL[GGML_OP_COUNT] = {
2232
"none",
@@ -2316,7 +2316,7 @@ static const char * GGML_OP_SYMBOL[GGML_OP_COUNT] = {
2316
"cross_entropy_loss_back(x,y)",
2317
2318
2319
2320
2321
static_assert(GGML_OP_POOL_COUNT == 2, "GGML_OP_POOL_COUNT != 2");
2322
0 commit comments