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

Function ggml_mul

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

Source from the content-addressed store, hash-verified

2170}
2171
2172struct ggml_tensor * ggml_mul(
2173 struct ggml_context * ctx,
2174 struct ggml_tensor * a,
2175 struct ggml_tensor * b) {
2176 return ggml_mul_impl(ctx, a, b, false);
2177}
2178
2179struct ggml_tensor * ggml_mul_inplace(
2180 struct ggml_context * ctx,

Callers 15

build_vitMethod · 0.85
build_normMethod · 0.85
buildMethod · 0.85
buildMethod · 0.85
buildMethod · 0.85
buildMethod · 0.85
buildMethod · 0.85
rms_norm_2dMethod · 0.85
build_mobilenet_attnMethod · 0.85
buildMethod · 0.85
buildMethod · 0.85

Calls 1

ggml_mul_implFunction · 0.85

Tested by 11

test_regressionFunction · 0.68
build_graphMethod · 0.68
build_graphMethod · 0.68
build_graphMethod · 0.68
build_graphMethod · 0.68
build_graphMethod · 0.68
build_graphMethod · 0.68
llm_build_normMethod · 0.68
build_graphMethod · 0.68