mirror of
				https://github.com/ml-explore/mlx.git
				synced 2025-10-31 07:58:14 +08:00 
			
		
		
		
	Fix argmax returns documentation (#263)
This commit is contained in:
		| @@ -2129,7 +2129,7 @@ void init_ops(py::module_& m) { | ||||
|               singleton dimensions, defaults to `False`. | ||||
|  | ||||
|         Returns: | ||||
|             array: The output array with the indices of the minimum values. | ||||
|             array: The output array with the indices of the maximum values. | ||||
|       )pbdoc"); | ||||
|   m.def( | ||||
|       "sort", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Finn Voorhees
					Finn Voorhees