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

Function ggml_unary_inplace

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

Source from the content-addressed store, hash-verified

5769}
5770
5771struct ggml_tensor * ggml_unary_inplace(
5772 struct ggml_context * ctx,
5773 struct ggml_tensor * a,
5774 enum ggml_unary_op op) {
5775 return ggml_unary_impl(ctx, a, op, true);
5776}
5777
5778// ggml_map_custom1
5779

Callers 15

ggml_expm1_inplaceFunction · 0.85
ggml_softplus_inplaceFunction · 0.85
ggml_abs_inplaceFunction · 0.85
ggml_sgn_inplaceFunction · 0.85
ggml_neg_inplaceFunction · 0.85
ggml_step_inplaceFunction · 0.85
ggml_tanh_inplaceFunction · 0.85
ggml_elu_inplaceFunction · 0.85
ggml_relu_inplaceFunction · 0.85
ggml_sigmoid_inplaceFunction · 0.85
ggml_gelu_inplaceFunction · 0.85
ggml_gelu_erf_inplaceFunction · 0.85

Calls 1

ggml_unary_implFunction · 0.85

Tested by

no test coverage detected