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/libtextclassifier/native/utils/grammar/parsing/ |
D | parse-tree.h | 100 const ParseTree* rhs2 = nullptr; member
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_evaluator_test.cc | 465 auto rhs2 = LiteralUtil::CreateR2<int64>({{1, -20}, {-100, 4}}); in TEST_F() local
|
D | algebraic_simplifier_test.cc | 5341 HloInstruction* rhs2 = builder.AddInstruction( in TEST_P() local
|
/external/googletest/googlemock/test/ |
D | gmock-matchers_test.cc | 6637 const int rhs2[3] = {0, 1, 2}; in TEST() local 6757 const int rhs2[3] = {0, 1, 2}; in TEST() local
|