MCPcopy Create free account
hub / github.com/appdevforall/CodeOnTheGo / ggml_sqr

Function ggml_sqr

subprojects/llama.cpp/ggml/src/ggml.c:2232–2236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2230}
2231
2232struct ggml_tensor * ggml_sqr(
2233 struct ggml_context * ctx,
2234 struct ggml_tensor * a) {
2235 return ggml_sqr_impl(ctx, a, false);
2236}
2237
2238struct ggml_tensor * ggml_sqr_inplace(
2239 struct ggml_context * ctx,

Callers 10

build_graph_piterFunction · 0.85
build_ffnMethod · 0.85
build_moe_ffnMethod · 0.85
calc_magnitudeMethod · 0.85
gaussian_topkMethod · 0.85
build_graphMethod · 0.85
ggml_opt_buildFunction · 0.85
ggml_vk_check_results_0Function · 0.85

Calls 1

ggml_sqr_implFunction · 0.85

Tested by 1

build_graphMethod · 0.68