Home
last modified time | relevance | path

Searched refs:RhsType (Results 1 – 5 of 5) sorted by relevance

/external/gemmlowp/test/
Dbenchmark.cc69 template <typename LhsType, typename RhsType, typename ResultType>
87 std::vector<RhsType> rhs(pool_size * gemms.size()); in time_for_gemms()
137 template <typename LhsType, typename RhsType, typename ResultType>
141 time_for_gemms<LhsType, RhsType, ResultType>(context, gemms); in gflops_for_gemms()
171 typedef Matrix<std::uint8_t, MapOrder::ColMajor> RhsType; in benchmark() typedef
188 gflops_for_gemms<LhsType, RhsType, ResultType>(context, unique_gemm); in benchmark()
215 typedef Matrix<std::uint8_t, MapOrder::ColMajor> RhsType; in benchmark_gemm_sizes() typedef
229 time_for_gemms<LhsType, RhsType, ResultType>(context, gemms)); in benchmark_gemm_sizes()
Dtest.cc363 template <typename GemmWrapper, typename LhsType, typename RhsType,
366 const RhsType& rhs, ResultType* result, int lhs_offset, in test_gemm_impl()
382 static const MapOrder kRhsOrder = RhsType::kOrder; in test_gemm_impl()
470 template <typename GemmWrapper, typename LhsType, typename RhsType,
473 const RhsType& rhs, ResultType* result, int lhs_offset, in test_gemm()
492 typedef Matrix<Scalar, RhsOrder> RhsType; in test_gemm() typedef
493 RhsType rhs(depth, cols); in test_gemm()
/external/eigen/unsupported/test/
Dsvd_common.h92 typedef Matrix<Scalar, RowsAtCompileTime, Dynamic> RhsType; in svd_solve() typedef
95 RhsType rhs = RhsType::Random(rows, internal::random<Index>(1, cols)); in svd_solve()
152 typedef Matrix<Scalar, RowsAtCompileTime, 1> RhsType; in svd_verify_assert() typedef
153 RhsType rhs(rows); in svd_verify_assert()
/external/eigen/test/
Djacobisvd.cpp80 typedef Matrix<Scalar, RowsAtCompileTime, Dynamic> RhsType; in jacobisvd_solve() typedef
83 RhsType rhs = RhsType::Random(rows, internal::random<Index>(1, cols)); in jacobisvd_solve()
250 typedef Matrix<Scalar, RowsAtCompileTime, 1> RhsType; in jacobisvd_verify_assert() typedef
252 RhsType rhs(rows); in jacobisvd_verify_assert()
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
DDGMRES.h222 template<typename RhsType, typename DestType>
223 int dgmresApplyDeflation(const RhsType& In, DestType& Out) const;
517 template<typename RhsType, typename DestType>
518 int DGMRES<_MatrixType, _Preconditioner>::dgmresApplyDeflation(const RhsType &x, DestType &y) const