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

Function ggml_mul_inplace

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

Source from the content-addressed store, hash-verified

2177}
2178
2179struct ggml_tensor * ggml_mul_inplace(
2180 struct ggml_context * ctx,
2181 struct ggml_tensor * a,
2182 struct ggml_tensor * b) {
2183 return ggml_mul_impl(ctx, a, b, true);
2184}
2185
2186// ggml_div
2187

Callers

nothing calls this directly

Calls 1

ggml_mul_implFunction · 0.85

Tested by

no test coverage detected