MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / ggml_sqrt

Function ggml_sqrt

ggml.c:3550–3554  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3548}
3549
3550struct ggml_tensor * ggml_sqrt(
3551 struct ggml_context * ctx,
3552 struct ggml_tensor * a) {
3553 return ggml_sqrt_impl(ctx, a, false);
3554}
3555
3556struct ggml_tensor * ggml_sqrt_inplace(
3557 struct ggml_context * ctx,

Callers 1

mainFunction · 0.50

Calls 1

ggml_sqrt_implFunction · 0.70

Tested by 1

mainFunction · 0.40