Skip to content

Commit af6f91d

Browse files
rgerganovggerganov
authored andcommitted
ggml : remove ggml_graph_import and ggml_graph_export declarations (ggml/1247)
The implementation is already deleted with commit 9d0762e. closes: #1235
1 parent a7b8d35 commit af6f91d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ggml/include/ggml.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2095,9 +2095,6 @@ extern "C" {
20952095
GGML_API struct ggml_tensor * ggml_graph_get_grad (const struct ggml_cgraph * cgraph, const struct ggml_tensor * node);
20962096
GGML_API struct ggml_tensor * ggml_graph_get_grad_acc(const struct ggml_cgraph * cgraph, const struct ggml_tensor * node);
20972097

2098-
GGML_API void ggml_graph_export(const struct ggml_cgraph * cgraph, const char * fname);
2099-
GGML_API struct ggml_cgraph * ggml_graph_import(const char * fname, struct ggml_context ** ctx_data, struct ggml_context ** ctx_eval);
2100-
21012098
// print info and performance information for the graph
21022099
GGML_API void ggml_graph_print(const struct ggml_cgraph * cgraph);
21032100

0 commit comments

Comments
 (0)