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

Function ggml_sqr_inplace

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

Source from the content-addressed store, hash-verified

2236}
2237
2238struct ggml_tensor * ggml_sqr_inplace(
2239 struct ggml_context * ctx,
2240 struct ggml_tensor * a) {
2241 return ggml_sqr_impl(ctx, a, true);
2242}
2243
2244// ggml_sqrt
2245

Callers 1

build_graph_piterFunction · 0.85

Calls 1

ggml_sqr_implFunction · 0.85

Tested by

no test coverage detected