mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-31 08:51:55 +00:00 
			
		
		
		
	ggml : remove ggml_graph_import and ggml_graph_export declarations (ggml/1247)
The implementation is already deleted with commit 9d0762e. closes: #1235
This commit is contained in:
		 Radoslav Gerganov
					Radoslav Gerganov
				
			
				
					committed by
					
						 Georgi Gerganov
						Georgi Gerganov
					
				
			
			
				
	
			
			
			 Georgi Gerganov
						Georgi Gerganov
					
				
			
						parent
						
							a7b8d35f78
						
					
				
				
					commit
					af6f91db47
				
			| @@ -2095,9 +2095,6 @@ extern "C" { | |||||||
|     GGML_API struct ggml_tensor * ggml_graph_get_grad    (const struct ggml_cgraph * cgraph, const struct ggml_tensor * node); |     GGML_API struct ggml_tensor * ggml_graph_get_grad    (const struct ggml_cgraph * cgraph, const struct ggml_tensor * node); | ||||||
|     GGML_API struct ggml_tensor * ggml_graph_get_grad_acc(const struct ggml_cgraph * cgraph, const struct ggml_tensor * node); |     GGML_API struct ggml_tensor * ggml_graph_get_grad_acc(const struct ggml_cgraph * cgraph, const struct ggml_tensor * node); | ||||||
|  |  | ||||||
|     GGML_API void                 ggml_graph_export(const struct ggml_cgraph * cgraph, const char * fname); |  | ||||||
|     GGML_API struct ggml_cgraph * ggml_graph_import(const char * fname, struct ggml_context ** ctx_data, struct ggml_context ** ctx_eval); |  | ||||||
|  |  | ||||||
|     // print info and performance information for the graph |     // print info and performance information for the graph | ||||||
|     GGML_API void ggml_graph_print(const struct ggml_cgraph * cgraph); |     GGML_API void ggml_graph_print(const struct ggml_cgraph * cgraph); | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user