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

Function ggml_sqrt_inplace

ggml.c:3556–3560  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3554}
3555
3556struct ggml_tensor * ggml_sqrt_inplace(
3557 struct ggml_context * ctx,
3558 struct ggml_tensor * a) {
3559 return ggml_sqrt_impl(ctx, a, true);
3560}
3561
3562// ggml_log
3563

Callers

nothing calls this directly

Calls 1

ggml_sqrt_implFunction · 0.70

Tested by

no test coverage detected