mirror of
https://github.com/ml-explore/mlx.git
synced 2025-12-16 01:49:05 +08:00
LogCumSumExp (#2069)
This commit is contained in:
@@ -298,7 +298,13 @@ struct PrimitiveFactory {
|
||||
SERIALIZE_PRIMITIVE(Reshape),
|
||||
SERIALIZE_PRIMITIVE(Reduce, "And", "Or", "Sum", "Prod", "Min", "Max"),
|
||||
SERIALIZE_PRIMITIVE(Round),
|
||||
SERIALIZE_PRIMITIVE(Scan, "CumSum", "CumProd", "CumMin", "CumMax"),
|
||||
SERIALIZE_PRIMITIVE(
|
||||
Scan,
|
||||
"CumSum",
|
||||
"CumProd",
|
||||
"CumMin",
|
||||
"CumMax",
|
||||
"CumLogaddexp"),
|
||||
SERIALIZE_PRIMITIVE(Scatter),
|
||||
SERIALIZE_PRIMITIVE(Select),
|
||||
SERIALIZE_PRIMITIVE(Sigmoid),
|
||||
|
||||
Reference in New Issue
Block a user