MCPcopy Create free account
hub / github.com/antirez/ds4 / config_expect_f32

Function config_expect_f32

ds4.c:3867–3873  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3865 }
3866 }
3867
3868 return sumf;
3869}
3870
3871static void ds4_vec_dot_q8_K_q8_K(int n, float *s,
3872 const block_q8_K *x,
3873 const block_q8_K *y) {
3874 const int nb = n / QK_K;
3875 float sum = 0.0f;
3876#if defined(__ARM_NEON) && defined(__ARM_FEATURE_DOTPROD)

Callers 2

config_validate_modelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected