mirror of
				https://github.com/pytorch/pytorch.git
				synced 2025-11-04 16:04:58 +08:00 
			
		
		
		
	Follows #139385 Pull Request resolved: https://github.com/pytorch/pytorch/pull/139599 Approved by: https://github.com/sraikund16
		
			
				
	
	
		
			9 lines
		
	
	
		
			138 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			138 B
		
	
	
	
		
			C++
		
	
	
	
	
	
#pragma once
 | 
						|
#include <torch/csrc/utils/pythoncapi_compat.h>
 | 
						|
 | 
						|
namespace torch::autograd {
 | 
						|
 | 
						|
void initSparseFunctions(PyObject* module);
 | 
						|
 | 
						|
}
 |