OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShardByCol
(Results
1 - 3
of
3
) sorted by null
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorContractionBlocking.h
19
ShardByCol
= 1
24
template <typename LhsMapper, typename RhsMapper, typename Index, int ShardingType=
ShardByCol
>
34
if (ShardingType ==
ShardByCol
) {
TensorContractionThreadPool.h
178
bool shard_by_col =
shardByCol
(m, n, 2);
185
internal::
ShardByCol
>
226
shard_by_col =
shardByCol
(m, n, num_threads);
229
internal::
ShardByCol
>
628
static bool
shardByCol
(Index m, Index n, Index num_threads) {
[
all
...]
TensorContraction.h
481
internal::TensorContractionBlocking<LhsMapper, RhsMapper, Index, internal::
ShardByCol
> blocking(k, m, n, 1);
Completed in 126 milliseconds