Home | History | Annotate | Download | only in src

Lines Matching refs:cvMatMul

1102     CV_CALL(cvMatMul( dE_dY, dY_dW, dE_dW ));
1103 CV_CALL(cvMatMul( dE_dY, dY_dX, dE_dX ));
1297 CV_CALL(cvMatMul( dE_dY_activ_func_der, &sub_weights, dE_dX ));