Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2258
struct ggml_tensor * ggml_sqrt(
2259
struct ggml_context * ctx,
2260
struct ggml_tensor * a) {
2261
return ggml_sqrt_impl(ctx, a, false);
2262
}
2263
2264
struct ggml_tensor * ggml_sqrt_inplace(
2265
struct ggml_context * ctx,
Callers
4
calc_magnitude
Method · 0.85
gaussian_topk
Method · 0.85
build_graph
Method · 0.85
ggml_vk_check_results_0
Function · 0.85
Calls
1
ggml_sqrt_impl
Function · 0.85
Tested by
1
build_graph
Method · 0.68