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

Function ggml_neg_inplace

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

Source from the content-addressed store, hash-verified

2582}
2583
2584struct ggml_tensor * ggml_neg_inplace(
2585 struct ggml_context * ctx,
2586 struct ggml_tensor * a) {
2587 return ggml_unary_inplace(ctx, a, GGML_UNARY_OP_NEG);
2588}
2589
2590// ggml_step
2591

Callers

nothing calls this directly

Calls 1

ggml_unary_inplaceFunction · 0.85

Tested by

no test coverage detected