Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tiiny-AI/PowerInfer
/ ggml_sqr
Function
ggml_sqr
ggml.c:3517–3521 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3515
}
3516
3517
struct ggml_tensor * ggml_sqr(
3518
struct ggml_context * ctx,
3519
struct ggml_tensor * a) {
3520
return ggml_sqr_impl(ctx, a, false);
3521
}
3522
3523
struct ggml_tensor * ggml_sqr_inplace(
3524
struct ggml_context * ctx,
Callers
4
llm_build_ffn
Function · 0.70
main
Function · 0.50
main
Function · 0.50
square_error_loss
Function · 0.50
Calls
1
ggml_sqr_impl
Function · 0.70
Tested by
2
main
Function · 0.40
main
Function · 0.40