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

Function ggml_diag_mask_zero

ggml.c:4943–4948  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4941}
4942
4943struct ggml_tensor * ggml_diag_mask_zero(
4944 struct ggml_context * ctx,
4945 struct ggml_tensor * a,
4946 int n_past) {
4947 return ggml_diag_mask_zero_impl(ctx, a, n_past, false);
4948}
4949
4950struct ggml_tensor * ggml_diag_mask_zero_inplace(
4951 struct ggml_context * ctx,

Callers 1

mainFunction · 0.50

Calls 1

ggml_diag_mask_zero_implFunction · 0.70

Tested by 1

mainFunction · 0.40