mirror of
				https://github.com/PaddlePaddle/FastDeploy.git
				synced 2025-10-31 11:56:44 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			278 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			278 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
| Python C++ interface
 | |
| ####################
 | |
| 
 | |
| pybind11 exposes Python types and functions using thin C++ wrappers, which
 | |
| makes it possible to conveniently call Python code from C++ without resorting
 | |
| to Python's C API.
 | |
| 
 | |
| .. toctree::
 | |
|    :maxdepth: 2
 | |
| 
 | |
|    object
 | |
|    numpy
 | |
|    utilities
 | 
