Function tract_core::ops::change_axes::change_axes   [−][src]
pub fn change_axes(
    model: &TypedModel, 
    change: &AxisChange, 
    locked: &[OutletId], 
    bounds: &[TVec<OutletId>]
) -> TractResult<Option<(TypedModelPatch, TVec<(InOut, AxisOp)>)>>