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

Function ggml_relu_inplace

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

Source from the content-addressed store, hash-verified

2638}
2639
2640struct ggml_tensor * ggml_relu_inplace(
2641 struct ggml_context * ctx,
2642 struct ggml_tensor * a) {
2643 return ggml_unary_inplace(ctx, a, GGML_UNARY_OP_RELU);
2644}
2645
2646// ggml_leaky_relu
2647

Callers 1

buildMethod · 0.85

Calls 1

ggml_unary_inplaceFunction · 0.85

Tested by

no test coverage detected