Searched defs:rhs2 (Results 1 – 7 of 7) sorted by relevance
/external/eigen/test/ |
D | product_syrk.cpp | 30 …Rhs2 rhs2 = Rhs2::Random(rows, internal::random<int>(1,320)); Rhs2 rhs22 = Rhs2::Random(rows, rhs2… in syrk() local
|
D | product_symm.cpp | 30 Rhs2 rhs2 = Rhs2::Random(othersize, rows), rhs22(othersize, rows), rhs23(othersize, rows); in symm() local
|
D | svd_common.h | 196 RhsType2 rhs2 = RhsType2::Random(rank); in svd_min_norm() local
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_evaluator_test.cc | 388 auto rhs2 = LiteralUtil::CreateR2<int64>({{1, -20}, {-100, 4}}); in TEST_F() local
|
D | algebraic_simplifier_test.cc | 4477 HloInstruction* rhs2 = builder.AddInstruction( in TEST_P() local
|
/external/googletest/googlemock/test/ |
D | gmock-matchers_test.cc | 6480 const int rhs2[3] = {0, 1, 2}; in TEST() local 6600 const int rhs2[3] = {0, 1, 2}; in TEST() local
|
/external/google-breakpad/src/testing/test/ |
D | gmock-matchers_test.cc | 4162 const int rhs2[3] = { 0, 1, 2 }; in TEST() local
|