Skip to content

Commit 66fd10a

Browse files
committed
Cleanup: remove redundant declarations already defined in header
1 parent cdbc950 commit 66fd10a

File tree

1 file changed

+0
-32
lines changed

1 file changed

+0
-32
lines changed

ggml/include/ggml.h

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1104,38 +1104,6 @@ extern "C" {
11041104
struct ggml_context * ctx,
11051105
struct ggml_tensor * a);
11061106

1107-
GGML_API struct ggml_tensor * ggml_floor(
1108-
struct ggml_context * ctx,
1109-
struct ggml_tensor * a);
1110-
1111-
GGML_API struct ggml_tensor * ggml_floor_inplace(
1112-
struct ggml_context * ctx,
1113-
struct ggml_tensor * a);
1114-
1115-
GGML_API struct ggml_tensor * ggml_ceil(
1116-
struct ggml_context * ctx,
1117-
struct ggml_tensor * a);
1118-
1119-
GGML_API struct ggml_tensor * ggml_ceil_inplace(
1120-
struct ggml_context * ctx,
1121-
struct ggml_tensor * a);
1122-
1123-
GGML_API struct ggml_tensor * ggml_round(
1124-
struct ggml_context * ctx,
1125-
struct ggml_tensor * a);
1126-
1127-
GGML_API struct ggml_tensor * ggml_round_inplace(
1128-
struct ggml_context * ctx,
1129-
struct ggml_tensor * a);
1130-
1131-
GGML_API struct ggml_tensor * ggml_trunc(
1132-
struct ggml_context * ctx,
1133-
struct ggml_tensor * a);
1134-
1135-
GGML_API struct ggml_tensor * ggml_trunc_inplace(
1136-
struct ggml_context * ctx,
1137-
struct ggml_tensor * a);
1138-
11391107

11401108
// GELU using erf (error function) when possible
11411109
// some backends may fallback to approximation based on Abramowitz and Stegun formula

0 commit comments

Comments
 (0)