Lines Matching refs:MatMul
3461 class MatMul : public MulFunc<Matrix<float, LeftRows, RightCols>,
3466 typedef typename MatMul::IRet IRet;
3467 typedef typename MatMul::IArgs IArgs;
3468 typedef typename MatMul::IArg0 IArg0;
3469 typedef typename MatMul::IArg1 IArg1;
4001 return app<MatMul<LeftRows, Middle, RightCols> >(left, right);