pub fn try_eager_transpose_fragment<Op: PrimitiveOp>(
linear: &LinearFragment<Op>,
emitter: &mut impl OpEmitter<Op>,
cotangent_seeds: &[Option<LocalValId>],
ctx: &mut Op::ADContext,
) -> ADRuleResult<Vec<Option<LocalValId>>>where
Op::InputKey: ADKey,Expand description
Fallible form of eager_transpose_fragment.