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

Function ggml_div_inplace

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

Source from the content-addressed store, hash-verified

2209}
2210
2211struct ggml_tensor * ggml_div_inplace(
2212 struct ggml_context * ctx,
2213 struct ggml_tensor * a,
2214 struct ggml_tensor * b) {
2215 return ggml_div_impl(ctx, a, b, true);
2216}
2217
2218// ggml_sqr
2219

Callers 1

build_graph_piterFunction · 0.85

Calls 1

ggml_div_implFunction · 0.85

Tested by

no test coverage detected