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

Function ggml_relu

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

Source from the content-addressed store, hash-verified

2632// ggml_relu
2633
2634struct ggml_tensor * ggml_relu(
2635 struct ggml_context * ctx,
2636 struct ggml_tensor * a) {
2637 return ggml_unary(ctx, a, GGML_UNARY_OP_RELU);
2638}
2639
2640struct ggml_tensor * ggml_relu_inplace(
2641 struct ggml_context * ctx,

Callers 7

buildMethod · 0.85
build_ffnMethod · 0.85
build_moe_ffnMethod · 0.85
gaussian_topkMethod · 0.85
ggml_vk_check_results_0Function · 0.85

Calls 1

ggml_unaryFunction · 0.85

Tested by

no test coverage detected