MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / ggml_step

Function ggml_step

ggml.c:3803–3807  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3801// ggml_step
3802
3803struct ggml_tensor * ggml_step(
3804 struct ggml_context * ctx,
3805 struct ggml_tensor * a) {
3806 return ggml_unary(ctx, a, GGML_UNARY_OP_STEP);
3807}
3808
3809struct ggml_tensor * ggml_step_inplace(
3810 struct ggml_context * ctx,

Callers 2

ggml_compute_backwardFunction · 0.70
mainFunction · 0.50

Calls 1

ggml_unaryFunction · 0.70

Tested by 1

mainFunction · 0.40