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

Function ggml_sqrt_inplace

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

Source from the content-addressed store, hash-verified

2262}
2263
2264struct ggml_tensor * ggml_sqrt_inplace(
2265 struct ggml_context * ctx,
2266 struct ggml_tensor * a) {
2267 return ggml_sqrt_impl(ctx, a, true);
2268}
2269
2270// ggml_log
2271

Callers 1

build_graph_piterFunction · 0.85

Calls 1

ggml_sqrt_implFunction · 0.85

Tested by

no test coverage detected