Home
last modified time | relevance | path

Searched refs:lhs3 (Results 1 – 2 of 2) sorted by relevance

/external/eigen/Eigen/src/Core/products/
DGeneralMatrixVector.h107 pcj.pmul(lhs3.template load<LhsPacket, Alignment13>(j), ptmp3)) )))
199 lhs2 = lhs.getVectorMapper(0, i+2), lhs3 = lhs.getVectorMapper(0, i+offset3);
210 res[j] = cj.pmadd(lhs3(j), pfirst(ptmp3), res[j]);
235 A03 = lhs3.template load<LhsPacket, Aligned>(alignedStart-3);
241 … A13 = lhs3.template load<LhsPacket, Aligned>(j-3+LhsPacketSize); palign<3>(A03,A13);
254 … A03 = lhs3.template load<LhsPacket, Aligned>(j-3+2*LhsPacketSize); palign<3>(A13,A03);
279 res[j] = cj.pmadd(lhs3(j), pfirst(ptmp3), res[j]);
382 ptmp3 = pcj.pmadd(lhs3.template load<LhsPacket, Alignment13>(j), b, ptmp3); }
472 … lhs2 = lhs.getVectorMapper(i+2, 0), lhs3 = lhs.getVectorMapper(i+offset3, 0);
486 tmp2 += cj.pmul(lhs2(j),b); tmp3 += cj.pmul(lhs3(j),b);
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier_test.cc5400 HloInstruction* lhs3 = builder.AddInstruction( in TEST_P() local
5406 lhs_shape, {lhs0, lhs1, lhs2, lhs3}, 1)); in TEST_P()