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

Function ggml_diag_mask_zero

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

Source from the content-addressed store, hash-verified

3917}
3918
3919struct ggml_tensor * ggml_diag_mask_zero(
3920 struct ggml_context * ctx,
3921 struct ggml_tensor * a,
3922 int n_past) {
3923 return ggml_diag_mask_zero_impl(ctx, a, n_past, false);
3924}
3925
3926struct ggml_tensor * ggml_diag_mask_zero_inplace(
3927 struct ggml_context * ctx,

Callers

nothing calls this directly

Calls 1

ggml_diag_mask_zero_implFunction · 0.85

Tested by

no test coverage detected