Skip to main content

Crate mlx_ops

Crate mlx_ops 

Source
Expand description

Op registry, shape inference, broadcasting rules, and dtype promotion.

Re-exports§

pub use broadcast::broadcast_shapes;
pub use dtype_promotion::promote;
pub use shape_inference::infer_shape;

Modules§

broadcast
Broadcasting rules following NumPy/MLX semantics.
dtype_promotion
DType promotion rules following MLX / NumPy semantics.
shape_inference
Shape inference for graph ops.