Searched defs:RhsType (Results 1 – 6 of 6) sorted by relevance
/external/eigen/test/ |
D | inplace_decomposition.cpp | 20 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> RhsType; in inplace() typedef
|
D | svd_common.h | 113 typedef Matrix<Scalar, RowsAtCompileTime, Dynamic> RhsType; in svd_least_square() typedef 449 typedef Matrix<Scalar, RowsAtCompileTime, 1> RhsType; in svd_verify_assert() typedef
|
/external/gemmlowp/test/ |
D | benchmark.cc | 163 typedef Matrix<std::uint8_t, MapOrder::ColMajor> RhsType; in benchmark() typedef 207 typedef Matrix<std::uint8_t, MapOrder::ColMajor> RhsType; in benchmark_gemm_sizes() typedef
|
D | benchmark_all_sizes.cc | 112 typedef Matrix<std::uint8_t, MapOrder::ColMajor> RhsType; in benchmark_8bit() typedef 164 typedef Matrix<std::uint8_t, MapOrder::ColMajor> RhsType; in benchmark_8bit_to_32bit() typedef
|
D | test.cc | 515 typedef Matrix<Scalar, RhsOrder> RhsType; in test_gemm() typedef
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_evaluator_typed_visitor.h | 2970 const std::function<ReturnT(LhsType, RhsType, EhsType)>& ternary_op) { in ElementwiseTernaryOp() argument
|