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 9ed2737 commit 81da18eCopy full SHA for 81da18e
examples/eval-callback/eval-callback.cpp
@@ -93,7 +93,7 @@ static bool ggml_debug(struct ggml_tensor * t, bool ask, void * user_data) {
93
}
94
95
printf("%s: %24s = (%s) %10s(%s{%s}, %s}) = {%s}\n", __func__,
96
- t->name, ggml_type_name(t->type), ggml_op_name(t->op),
+ t->name, ggml_type_name(t->type), ggml_op_desc(t),
97
src0->name, ggml_ne_string(src0).c_str(),
98
src1 ? src1_str : "",
99
ggml_ne_string(t).c_str());
0 commit comments