MCPcopy Create free account
hub / github.com/0xShug0/audio.cpp / max_nmse_err

Method max_nmse_err

external/ggml/tests/test-backend-ops.cpp:1126–1128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1124 virtual ggml_tensor * build_graph(ggml_context * ctx) = 0;
1125
1126 virtual double max_nmse_err() {
1127 return 1e-7;
1128 }
1129
1130 virtual double max_nmse_err(ggml_backend_t backend) {
1131 ggml_backend_reg_t reg = ggml_backend_dev_backend_reg(ggml_backend_get_device(backend));

Callers

nothing calls this directly

Calls 4

ggml_backend_get_deviceFunction · 0.85
ggml_backend_reg_nameFunction · 0.85
maxFunction · 0.85

Tested by

no test coverage detected