mirror of
https://github.com/ml-explore/mlx.git
synced 2025-12-16 01:49:05 +08:00
Custom logsumexp (#2028)
* initial custom logsumexp * more tests * comments + fix
This commit is contained in:
@@ -278,6 +278,7 @@ struct PrimitiveFactory {
|
||||
SERIALIZE_PRIMITIVE(LogicalAnd),
|
||||
SERIALIZE_PRIMITIVE(LogicalOr),
|
||||
SERIALIZE_PRIMITIVE(LogAddExp),
|
||||
SERIALIZE_PRIMITIVE(LogSumExp),
|
||||
SERIALIZE_PRIMITIVE(Matmul),
|
||||
SERIALIZE_PRIMITIVE(Maximum),
|
||||
SERIALIZE_PRIMITIVE(Minimum),
|
||||
|
||||
Reference in New Issue
Block a user