MCPcopy Create free account
hub / github.com/appdevforall/CodeOnTheGo / print_ok

Function print_ok

subprojects/llama.cpp/tests/test-opt.cpp:174–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174static void print_ok(bool subtest_ok) {
175 printf(subtest_ok ? "\033[1;32mOK\033[0m\n" : "\033[1;31mFAIL\033[0m\n");
176}
177
178static void helper_after_test(
179 enum ggml_opt_optimizer_type optim,

Callers 4

helper_after_testFunction · 0.85
test_epoch_vs_fitFunction · 0.85
test_regressionFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected