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.