We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7b8d35 commit af6f91dCopy full SHA for af6f91d
ggml/include/ggml.h
@@ -2095,9 +2095,6 @@ extern "C" {
2095
GGML_API struct ggml_tensor * ggml_graph_get_grad (const struct ggml_cgraph * cgraph, const struct ggml_tensor * node);
2096
GGML_API struct ggml_tensor * ggml_graph_get_grad_acc(const struct ggml_cgraph * cgraph, const struct ggml_tensor * node);
2097
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
-
2101
// print info and performance information for the graph
2102
GGML_API void ggml_graph_print(const struct ggml_cgraph * cgraph);
2103
0 commit comments