Home
last modified time | relevance | path

Searched refs:lhs1 (Results 1 – 14 of 14) sorted by relevance

/external/eigen/Eigen/src/Core/products/
DGeneralMatrixVector.h105 pcj.pmul(lhs1.template load<LhsPacket, Alignment13>(j), ptmp1)), \
198 const LhsScalars lhs0 = lhs.getVectorMapper(0, i+0), lhs1 = lhs.getVectorMapper(0, i+offset1),
208 res[j] = cj.pmadd(lhs1(j), pfirst(ptmp1), res[j]);
233 A01 = lhs1.template load<LhsPacket, Aligned>(alignedStart-1);
239 … A11 = lhs1.template load<LhsPacket, Aligned>(j-1+LhsPacketSize); palign<1>(A01,A11);
249 … A01 = lhs1.template load<LhsPacket, Aligned>(j-1+2*LhsPacketSize); palign<1>(A11,A01);
277 res[j] = cj.pmadd(lhs1(j), pfirst(ptmp1), res[j]);
380 ptmp1 = pcj.pmadd(lhs1.template load<LhsPacket, Alignment13>(j), b, ptmp1); \
471 … const LhsScalars lhs0 = lhs.getVectorMapper(i+0, 0), lhs1 = lhs.getVectorMapper(i+offset1, 0),
485 tmp0 += cj.pmul(lhs0(j),b); tmp1 += cj.pmul(lhs1(j),b);
[all …]
/external/tensorflow/tensorflow/compiler/tests/
Dmatrix_solve_op_test.py67 lhs1 = random_ops.random_normal([3, 3], seed=42)
72 s1 = linalg_ops.matrix_solve(lhs1, rhs1, adjoint=adjoint)
/external/eigen/unsupported/Eigen/src/KroneckerProduct/
DKroneckerTensorProduct.h156 const Lhs1 lhs1(m_A); in evalTo()
170 for (LhsInnerIterator itA(lhs1,kA); itA; ++itA) in evalTo()
186 for (LhsInnerIterator itA(lhs1,kA); itA; ++itA) in evalTo()
/external/tensorflow/tensorflow/python/kernel_tests/
Dmatrix_solve_op_test.py129 lhs1 = stateless_random_ops.stateless_random_normal(
137 s1 = linalg_ops.matrix_solve(lhs1, rhs1, adjoint=adjoint_)
/external/starlark-go/starlark/testdata/
Dassign.star159 f("lhs1", [0])[0], f("lhs2", [0])[0] = f("rhs1", 0), f("rhs2", 0)
160 assert.eq(calls, ["rhs1", "rhs2", "lhs1", "lhs2"])
/external/fmtlib/include/fmt/
Dformat-inl.h1373 friend int add_compare(const bigint& lhs1, const bigint& lhs2,
1375 int max_lhs_bigits = (std::max)(lhs1.num_bigits(), lhs2.num_bigits());
1383 int min_exp = (std::min)((std::min)(lhs1.exp_, lhs2.exp_), rhs.exp_);
1386 static_cast<double_bigit>(get_bigit(lhs1, i)) + get_bigit(lhs2, i);
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_parser_test.cc473 %add_F32.v3 (lhs1: f32[], lhs2: f32[], rhs1: f32[], rhs2: f32[]) -> (f32[], f32[]) { in CreateTestCases()
474 %lhs1 = f32[] parameter(0) in CreateTestCases()
476 %add1 = f32[] add(f32[] %lhs1, f32[] %rhs1) in CreateTestCases()
Dalgebraic_simplifier_test.cc5396 HloInstruction* lhs1 = builder.AddInstruction( in TEST_P() local
5406 lhs_shape, {lhs0, lhs1, lhs2, lhs3}, 1)); in TEST_P()
/external/llvm/lib/Target/ARM/
DARMInstrInfo.td4472 (ins i32imm:$cc, GPR:$lhs1, GPR:$lhs2, GPR:$rhs1, GPR:$rhs2, brtarget:$dst),
4474 [(ARMBcci64 imm:$cc, GPR:$lhs1, GPR:$lhs2, GPR:$rhs1, GPR:$rhs2, bb:$dst)]>,
4478 (ins i32imm:$cc, GPR:$lhs1, GPR:$lhs2, brtarget:$dst), IIC_Br,
4479 [(ARMBcci64 imm:$cc, GPR:$lhs1, GPR:$lhs2, 0, 0, bb:$dst)]>,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstrInfo.td4793 (ins i32imm:$cc, GPR:$lhs1, GPR:$lhs2, GPR:$rhs1, GPR:$rhs2, brtarget:$dst),
4795 [(ARMBcci64 imm:$cc, GPR:$lhs1, GPR:$lhs2, GPR:$rhs1, GPR:$rhs2, bb:$dst)]>,
4799 (ins i32imm:$cc, GPR:$lhs1, GPR:$lhs2, brtarget:$dst), IIC_Br,
4800 [(ARMBcci64 imm:$cc, GPR:$lhs1, GPR:$lhs2, 0, 0, bb:$dst)]>,
/external/llvm-project/llvm/lib/Target/ARM/
DARMInstrInfo.td4943 (ins i32imm:$cc, GPR:$lhs1, GPR:$lhs2, GPR:$rhs1, GPR:$rhs2, brtarget:$dst),
4945 [(ARMBcci64 imm:$cc, GPR:$lhs1, GPR:$lhs2, GPR:$rhs1, GPR:$rhs2, bb:$dst)]>,
4949 (ins i32imm:$cc, GPR:$lhs1, GPR:$lhs2, brtarget:$dst), IIC_Br,
4950 [(ARMBcci64 imm:$cc, GPR:$lhs1, GPR:$lhs2, 0, 0, bb:$dst)]>,
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenDAGISel.inc41916 /* 90873*/ OPC_RecordChild2, // #2 = $lhs1
41931 …// Src: (ARMBcci64 (imm:{ *:[i32] }):$cc, GPR:{ *:[i32] }:$lhs1, GPR:{ *:[i32] }:$lhs2, 0:{ *:[i32…
41932 …// Dst: (BCCZi64:{ *:[i32] } (imm:{ *:[i32] }):$cc, GPR:{ *:[i32] }:$lhs1, GPR:{ *:[i32] }:$lhs2, …
41944 …// Src: (ARMBcci64 (imm:{ *:[i32] }):$cc, GPR:{ *:[i32] }:$lhs1, GPR:{ *:[i32] }:$lhs2, GPR:{ *:[i…
41945 …// Dst: (BCCi64:{ *:[i32] } (imm:{ *:[i32] }):$cc, GPR:{ *:[i32] }:$lhs1, GPR:{ *:[i32] }:$lhs2, G…
/external/guice/extensions/persist/lib/
Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/ ...
/external/error_prone/error_prone/
Derror_prone_core-2.3.2-with-dependencies.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...