OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GemmParallelInfo
(Results
1 - 4
of
4
) sorted by null
/external/eigen/Eigen/src/Core/products/
Parallelizer.h
74
template<typename Index> struct
GemmParallelInfo
76
GemmParallelInfo
() : sync(-1), users(0), rhs_start(0), rhs_length(0) {}
128
GemmParallelInfo
<Index>* info = new
GemmParallelInfo
<Index>[threads];
GeneralMatrixMatrix_MKL.h
62
GemmParallelInfo
<Index>* /*info = 0*/) \
GeneralMatrixMatrix.h
34
GemmParallelInfo
<Index>* info = 0)
61
GemmParallelInfo
<Index>* info = 0)
216
void operator() (Index row, Index rows, Index col=0, Index cols=-1,
GemmParallelInfo
<Index>* info=0) const
/external/eigen/blas/
level3_impl.h
15
typedef void (*functype)(DenseIndex, DenseIndex, DenseIndex, const Scalar *, DenseIndex, const Scalar *, DenseIndex, Scalar *, DenseIndex, Scalar, internal::level3_blocking<Scalar,Scalar>&, Eigen::internal::
GemmParallelInfo
<DenseIndex>*);
[
all
...]
Completed in 197 milliseconds