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

Function ggml_sqrt

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

Source from the content-addressed store, hash-verified

2256}
2257
2258struct ggml_tensor * ggml_sqrt(
2259 struct ggml_context * ctx,
2260 struct ggml_tensor * a) {
2261 return ggml_sqrt_impl(ctx, a, false);
2262}
2263
2264struct ggml_tensor * ggml_sqrt_inplace(
2265 struct ggml_context * ctx,

Callers 4

calc_magnitudeMethod · 0.85
gaussian_topkMethod · 0.85
build_graphMethod · 0.85
ggml_vk_check_results_0Function · 0.85

Calls 1

ggml_sqrt_implFunction · 0.85

Tested by 1

build_graphMethod · 0.68