Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit48e9ac3

Browse files
authored
ggml : fix typo in ggml_diag_mask_zero_inplace() (leejet#159)
1 parent010203f commit48e9ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎include/ggml/ggml.h‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,7 @@ extern "C" {
849849
intn_past);
850850

851851
// in-place, returns view(a)
852-
GGML_APIstructggml_tensor*gml_diag_mask_zero_inplace(
852+
GGML_APIstructggml_tensor*ggml_diag_mask_zero_inplace(
853853
structggml_context*ctx,
854854
structggml_tensor*a,
855855
intn_past);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp