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

Function ggml_diag_mask_inf

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

Source from the content-addressed store, hash-verified

3885}
3886
3887struct ggml_tensor * ggml_diag_mask_inf(
3888 struct ggml_context * ctx,
3889 struct ggml_tensor * a,
3890 int n_past) {
3891 return ggml_diag_mask_inf_impl(ctx, a, n_past, false);
3892}
3893
3894struct ggml_tensor * ggml_diag_mask_inf_inplace(
3895 struct ggml_context * ctx,

Callers 2

build_graphMethod · 0.85
ggml_vk_check_results_0Function · 0.85

Calls 1

ggml_diag_mask_inf_implFunction · 0.85

Tested by 1

build_graphMethod · 0.68