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

Function ggml_silu

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

Source from the content-addressed store, hash-verified

2719// ggml_silu
2720
2721struct ggml_tensor * ggml_silu(
2722 struct ggml_context * ctx,
2723 struct ggml_tensor * a) {
2724 return ggml_unary(ctx, a, GGML_UNARY_OP_SILU);
2725}
2726
2727struct ggml_tensor * ggml_silu_inplace(
2728 struct ggml_context * ctx,

Callers 14

build_ffnMethod · 0.85
buildMethod · 0.85
build_ffnMethod · 0.85
build_moe_ffnMethod · 0.85
build_rwkv6_time_mixMethod · 0.85
llm_build_qwen2moeMethod · 0.85
build_mamba_layerMethod · 0.85
build_mamba2_layerMethod · 0.85
build_norm_gatedMethod · 0.85
build_graphMethod · 0.85

Calls 1

ggml_unaryFunction · 0.85

Tested by 1

build_graphMethod · 0.68