OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RhsType
(Results
1 - 6
of
6
) sorted by null
/external/gemmlowp/test/
benchmark.cc
69
template <typename LhsType, typename
RhsType
, typename ResultType>
87
std::vector<
RhsType
> rhs(pool_size * gemms.size());
137
template <typename LhsType, typename
RhsType
, typename ResultType>
141
time_for_gemms<LhsType,
RhsType
, ResultType>(context, gemms);
171
typedef Matrix<std::uint8_t, MapOrder::ColMajor>
RhsType
;
188
gflops_for_gemms<LhsType,
RhsType
, ResultType>(context, unique_gemm);
215
typedef Matrix<std::uint8_t, MapOrder::ColMajor>
RhsType
;
229
time_for_gemms<LhsType,
RhsType
, ResultType>(context, gemms));
test.cc
363
template <typename GemmWrapper, typename LhsType, typename
RhsType
,
366
const
RhsType
& rhs, ResultType* result, int lhs_offset,
382
static const MapOrder kRhsOrder =
RhsType
::kOrder;
470
template <typename GemmWrapper, typename LhsType, typename
RhsType
,
473
const
RhsType
& rhs, ResultType* result, int lhs_offset,
492
typedef Matrix<Scalar, RhsOrder>
RhsType
;
493
RhsType
rhs(depth, cols);
[
all
...]
/external/eigen/unsupported/test/
svd_common.h
92
typedef Matrix<Scalar, RowsAtCompileTime, Dynamic>
RhsType
;
95
RhsType
rhs =
RhsType
::Random(rows, internal::random<Index>(1, cols));
152
typedef Matrix<Scalar, RowsAtCompileTime, 1>
RhsType
;
153
RhsType
rhs(rows);
/external/eigen/test/
jacobisvd.cpp
80
typedef Matrix<Scalar, RowsAtCompileTime, Dynamic>
RhsType
;
83
RhsType
rhs =
RhsType
::Random(rows, internal::random<Index>(1, cols));
250
typedef Matrix<Scalar, RowsAtCompileTime, 1>
RhsType
;
252
RhsType
rhs(rows);
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
DGMRES.h
222
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
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
document.h
704
typedef GenericValue<Encoding, SourceAllocator>
RhsType
;
713
typename
RhsType
::ConstMemberIterator rhsMemberItr = rhs.FindMember(lhsMemberItr->name);
[
all
...]
Completed in 207 milliseconds