mirror of
				https://github.com/ml-explore/mlx.git
				synced 2025-11-04 10:38:10 +08:00 
			
		
		
		
	
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							ab3a466711
						
					
				
				
					commit
					cf3eb87e52
				
			@@ -351,7 +351,7 @@ struct PyCompiledFun {
 | 
			
		||||
 | 
			
		||||
    // Reserve some large primes to signify the presence of an array, a list or
 | 
			
		||||
    // a dict in order to encode the structure of the pytree. We choose primes
 | 
			
		||||
    // to reduce slightly the chances of these numbers occuring by a
 | 
			
		||||
    // to reduce slightly the chances of these numbers occurring by a
 | 
			
		||||
    // multiplication as values in the constants list.
 | 
			
		||||
    constexpr uint64_t array_identifier = 18446744073709551557UL;
 | 
			
		||||
    constexpr uint64_t list_identifier = 18446744073709551533UL;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user