Searched refs:MatMul (Results 1 – 1 of 1) sorted by relevance
3422 class MatMul : public MulFunc<Matrix<float, LeftRows, RightCols>, class3427 typedef typename MatMul::IRet IRet;3428 typedef typename MatMul::IArgs IArgs;3429 typedef typename MatMul::IArg0 IArg0;3430 typedef typename MatMul::IArg1 IArg1;3962 return app<MatMul<LeftRows, Middle, RightCols> >(left, right); in operator *()