MCPcopy Create free account
hub / github.com/antirez/llama.cpp-deepseek-v4-flash / ggml_mul

Function ggml_mul

ggml/src/ggml.c:2241–2246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2239}
2240
2241struct ggml_tensor * ggml_mul(
2242 struct ggml_context * ctx,
2243 struct ggml_tensor * a,
2244 struct ggml_tensor * b) {
2245 return ggml_mul_impl(ctx, a, b, false);
2246}
2247
2248struct ggml_tensor * ggml_mul_inplace(
2249 struct ggml_context * ctx,

Callers 15

build_vitMethod · 0.85
build_normMethod · 0.85
mul_channel_weightFunction · 0.85
layer_norm_channelsMethod · 0.85
convnext_grnMethod · 0.85
buildMethod · 0.85
buildMethod · 0.85
buildMethod · 0.85
buildMethod · 0.85
buildMethod · 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