Searched refs:lhs0 (Results 1 – 2 of 2) sorted by relevance
/external/eigen/Eigen/src/Core/products/ |
D | GeneralMatrixVector.h | 104 padd(pcj.pmul(lhs0.template load<LhsPacket, Alignment0>(j), ptmp0), \ 198 const LhsScalars lhs0 = lhs.getVectorMapper(0, i+0), lhs1 = lhs.getVectorMapper(0, i+offset1), 207 res[j] = cj.pmadd(lhs0(j), pfirst(ptmp0), res[j]); 243 A00 = lhs0.template load<LhsPacket, Aligned>(j); 244 A10 = lhs0.template load<LhsPacket, Aligned>(j+LhsPacketSize); 276 res[j] = cj.pmadd(lhs0(j), pfirst(ptmp0), res[j]); 291 const LhsScalars lhs0 = lhs.getVectorMapper(0, k); 298 res[j] += cj.pmul(lhs0(j), pfirst(ptmp0)); 300 if (lhs0.template aligned<LhsPacket>(alignedStart)) 302 …pstore(&res[i], pcj.pmadd(lhs0.template load<LhsPacket, Aligned>(i), ptmp0, pload<ResPacket>(&res[… [all …]
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | algebraic_simplifier_test.cc | 4530 HloInstruction* lhs0 = builder.AddInstruction( in TEST_P() local 4542 lhs_shape, {lhs0, lhs1, lhs2, lhs3}, 1)); in TEST_P()
|