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 db0cd69 commit 0197ac9Copy full SHA for 0197ac9
ggml/src/ggml.c
@@ -936,6 +936,7 @@ static const char * GGML_OP_NAME[GGML_OP_COUNT] = {
936
"TRANSPOSE",
937
"GET_ROWS",
938
"GET_ROWS_BACK",
939
+ "SET_ROWS",
940
"DIAG",
941
"DIAG_MASK_INF",
942
"DIAG_MASK_ZERO",
@@ -1031,6 +1032,7 @@ static const char * GGML_OP_SYMBOL[GGML_OP_COUNT] = {
1031
1032
"transpose(x)",
1033
"get_rows(x)",
1034
"get_rows_back(x)",
1035
+ "set_rows(x)",
1036
"diag(x)",
1037
"diag_mask_inf(x)",
1038
"diag_mask_zero(x)",
0 commit comments