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

Function ggml_step_inplace

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

Source from the content-addressed store, hash-verified

2596}
2597
2598struct ggml_tensor * ggml_step_inplace(
2599 struct ggml_context * ctx,
2600 struct ggml_tensor * a) {
2601 return ggml_unary_inplace(ctx, a, GGML_UNARY_OP_STEP);
2602}
2603
2604// ggml_tanh
2605

Callers

nothing calls this directly

Calls 1

ggml_unary_inplaceFunction · 0.85

Tested by

no test coverage detected