mirror of
				https://github.com/ml-explore/mlx.git
				synced 2025-10-31 07:58:14 +08:00 
			
		
		
		
	Add inner / outer op (#348)
* inner / outer impl * python tests * ops list and ack * updated descriptions * use test helper * removed dtype check and flatten outer to 1-D * updated docs * just use the reshape to flatten
This commit is contained in:
		| @@ -49,6 +49,7 @@ Operations | ||||
|    greater | ||||
|    greater_equal | ||||
|    identity | ||||
|    inner | ||||
|    less | ||||
|    less_equal | ||||
|    linspace | ||||
| @@ -71,6 +72,7 @@ Operations | ||||
|    negative | ||||
|    ones | ||||
|    ones_like | ||||
|    outer | ||||
|    partition | ||||
|    pad | ||||
|    prod | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Diogo
					Diogo