[][src]Function tract_hir::internal::change_axes

pub fn change_axes(
    model: &mut ModelImpl<TypedFact, Box<dyn TypedOp + 'static>>,
    change: &AxisChange,
    locked: &[OutletId],
    bounds: &[SmallVec<[OutletId; 4]>]
) -> Result<Option<HashMap<OutletId, AxisOp, RandomState>>, TractError>