Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2232
struct ggml_tensor * ggml_sqr(
2233
struct ggml_context * ctx,
2234
struct ggml_tensor * a) {
2235
return ggml_sqr_impl(ctx, a, false);
2236
}
2237
2238
struct ggml_tensor * ggml_sqr_inplace(
2239
struct ggml_context * ctx,
Callers
10
build_graph_piter
Function · 0.85
build_ffn
Method · 0.85
build_moe_ffn
Method · 0.85
build_rwkv6_channel_mix
Method · 0.85
build_rwkv7_channel_mix
Method · 0.85
calc_magnitude
Method · 0.85
gaussian_topk
Method · 0.85
build_graph
Method · 0.85
ggml_opt_build
Function · 0.85
ggml_vk_check_results_0
Function · 0.85
Calls
1
ggml_sqr_impl
Function · 0.85
Tested by
1
build_graph
Method · 0.68