Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3550
struct ggml_tensor * ggml_sqrt(
3551
struct ggml_context * ctx,
3552
struct ggml_tensor * a) {
3553
return ggml_sqrt_impl(ctx, a, false);
3554
}
3555
3556
struct ggml_tensor * ggml_sqrt_inplace(
3557
struct ggml_context * ctx,
Callers
1
main
Function · 0.50
Calls
1
ggml_sqrt_impl
Function · 0.70
Tested by
1
main
Function · 0.40