MCPcopy 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
3517struct ggml_tensor * ggml_sqr(
3518 struct ggml_context * ctx,
3519 struct ggml_tensor * a) {
3520 return ggml_sqr_impl(ctx, a, false);
3521}
3522
3523struct ggml_tensor * ggml_sqr_inplace(
3524 struct ggml_context * ctx,

Callers 4

llm_build_ffnFunction · 0.70
mainFunction · 0.50
mainFunction · 0.50
square_error_lossFunction · 0.50

Calls 1

ggml_sqr_implFunction · 0.70

Tested by 2

mainFunction · 0.40
mainFunction · 0.40