mirror of
https://github.com/ml-explore/mlx.git
synced 2025-12-16 01:49:05 +08:00
Dynamic slicing (#1741)
* dynamic slice and slice update * python bindings + tests + fix set item * fix compile issue * comment * fix jit
This commit is contained in:
@@ -253,6 +253,8 @@ struct PrimitiveFactory {
|
||||
SERIALIZE_PRIMITIVE(Depends),
|
||||
SERIALIZE_PRIMITIVE(Divide),
|
||||
SERIALIZE_PRIMITIVE(DivMod),
|
||||
SERIALIZE_PRIMITIVE(DynamicSlice),
|
||||
SERIALIZE_PRIMITIVE(DynamicSliceUpdate),
|
||||
SERIALIZE_PRIMITIVE(Equal, "NaNEqual"),
|
||||
SERIALIZE_PRIMITIVE(Erf),
|
||||
SERIALIZE_PRIMITIVE(ErfInv),
|
||||
|
||||
Reference in New Issue
Block a user