Remove some stale comments.

PiperOrigin-RevId: 252447675
This commit is contained in:
Sean Silva 2019-06-10 11:29:39 -07:00 committed by TensorFlower Gardener
parent 7ac594d11b
commit 780a7c7a02

View File

@ -27,9 +27,7 @@ namespace ruy {
// Performs a multiplication of matrices. This is Ruy's only API entry point.
// Should be self-explanatory given the above documentation for each of Matrix,
// Spec and Context. See reference code in reference.h, with the caveat that
// that is reference code for transpose-multiply (TrMul) not just multiply;
// see the translation between the two in transpose_dispatch.h.
// Spec and Context.
template <Path CompiledPaths, typename LhsScalar, typename RhsScalar,
typename DstScalar, typename Spec>
void Mul(const Matrix<LhsScalar>& lhs, const Matrix<RhsScalar>& rhs,